layout/reftests/bugs/289480-ref.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/bugs/289480-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,17 @@
     1.4 +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
     1.5 +<html>
     1.6 + <head>
     1.7 +  <title>The Second Acid Test (Reference Rendering)</title>
     1.8 +  <style type="text/css">
     1.9 +   html { margin: 0; padding: 0; border: 0; overflow: hidden; background: white; }
    1.10 +   body { margin: 0; padding: 0; border: 0; }
    1.11 +   h2 { margin: 0; padding: 48px 0 36px 84px; border: 0; font: 24px/24px sans-serif; color: navy; }
    1.12 +   p { margin: 0; padding: 0 0 0 72px; border: 0; }
    1.13 +   img { vertical-align: top; margin: 0; padding: 0; border: 0; }
    1.14 +  </style>
    1.15 + </head>
    1.16 + <body>
    1.17 +  <h2>Hello&nbsp;World!</h2>
    1.18 +  <p><a href="289480-ref.png"><img src="289480-ref.png" alt="Follow this link to view the reference image, which should be rendered below the text &quot;Hello World!&quot; on the test page in the same way that this paragraph is rendered below that text on this page."></a></p>
    1.19 + </body>
    1.20 +</html>

mercurial