layout/reftests/bugs/412679-1-ref.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/bugs/412679-1-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,51 @@
     1.4 +<!DOCTYPE html>
     1.5 +<html>
     1.6 +<head>
     1.7 +<title></title>
     1.8 +<style>
     1.9 +#red {
    1.10 +  position: fixed;
    1.11 +  background-color: blue;
    1.12 +  top: 10px;
    1.13 +  left: 10px;
    1.14 +}
    1.15 +
    1.16 +#green {
    1.17 +  position: fixed;
    1.18 +  background-color: blue;
    1.19 +  top: 10px;
    1.20 +  width: 80px;
    1.21 +  right: 10px;
    1.22 +}
    1.23 +
    1.24 +#blue {
    1.25 +  position: fixed;
    1.26 +  background-color: blue;
    1.27 +  left: 10px;
    1.28 +  height: 80px;
    1.29 +  bottom: 10px;
    1.30 +}
    1.31 +
    1.32 +#yellow {
    1.33 +  position: fixed;
    1.34 +  background-color: blue;
    1.35 +  right: 10px;
    1.36 +  width: 80px;
    1.37 +  height: 80px;
    1.38 +  bottom: 10px;
    1.39 +}
    1.40 +
    1.41 +</style>
    1.42 +<script>
    1.43 +
    1.44 +</script>
    1.45 +</head>
    1.46 +<body>
    1.47 +
    1.48 +<iframe id=red></iframe>
    1.49 +<iframe id=green></iframe>
    1.50 +<iframe id=blue></iframe>
    1.51 +<iframe id=yellow></iframe>
    1.52 +
    1.53 +</body>
    1.54 +</html>

mercurial