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

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/bugs/364968-1-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,26 @@
     1.4 +<!DOCTYPE HTML>
     1.5 +<html>
     1.6 +<head>
     1.7 +<style>
     1.8 +div { position:absolute; width:7px; height:7px; }
     1.9 +.r { top:0; left:0; background:red; }
    1.10 +.g { top:0; left:9px; background:lime; }
    1.11 +.b { top:9px; left:0; background:blue; }
    1.12 +.y { top:9px; left:9px; background:yellow; }
    1.13 +</style>
    1.14 +</head>
    1.15 +<body>
    1.16 +<div style="left:256px; top:0;">
    1.17 +  <div class="r"></div>
    1.18 +  <div class="g"></div>
    1.19 +  <div class="b"></div>
    1.20 +  <div class="y"></div>
    1.21 +</div>
    1.22 +<div style="left:272px; top:0;">
    1.23 +  <div class="r"></div>
    1.24 +  <div class="g"></div>
    1.25 +  <div class="b"></div>
    1.26 +  <div class="y"></div>
    1.27 +</div>
    1.28 +</body>
    1.29 +</html>

mercurial