layout/reftests/reftest-sanity/filter-1-ref.xhtml

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/reftest-sanity/filter-1-ref.xhtml	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,20 @@
     1.4 +    <html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
     1.5 +    <head>
     1.6 +      <title>Filter sanity-check</title>
     1.7 +      <style type="text/css">
     1.8 +      html, body { margin: 0; background: white; height: 100%; width: 100%; }
     1.9 +      body { position: relative; }
    1.10 +      </style>
    1.11 +    </head>
    1.12 +    <body>
    1.13 +
    1.14 +    <div style="position: absolute; top: 10px; left: 10px; width: 100px; height: 10px; background: black"></div>
    1.15 +
    1.16 +    <div style="position: absolute; top: 30px; left: 10px; width: 94px; height: 4px; border: 3px solid #000;"></div>
    1.17 +
    1.18 +    <div style="position: absolute; top: 50px; left: 10px; width: 100px; height: 10px; background: black"></div>
    1.19 +
    1.20 +    <div style="position: absolute; top: 70px; left: 10px; width: 94px; height: 4px; border: 3px solid #000;"></div>
    1.21 +
    1.22 +    </body>
    1.23 +    </html>

mercurial