layout/reftests/bugs/289480-ref.html

Wed, 31 Dec 2014 07:16:47 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:16:47 +0100
branch
TOR_BUG_9701
changeset 3
141e0f1194b1
permissions
-rw-r--r--

Revert simplistic fix pending revisit of Mozilla integration attempt.

michael@0 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
michael@0 2 <html>
michael@0 3 <head>
michael@0 4 <title>The Second Acid Test (Reference Rendering)</title>
michael@0 5 <style type="text/css">
michael@0 6 html { margin: 0; padding: 0; border: 0; overflow: hidden; background: white; }
michael@0 7 body { margin: 0; padding: 0; border: 0; }
michael@0 8 h2 { margin: 0; padding: 48px 0 36px 84px; border: 0; font: 24px/24px sans-serif; color: navy; }
michael@0 9 p { margin: 0; padding: 0 0 0 72px; border: 0; }
michael@0 10 img { vertical-align: top; margin: 0; padding: 0; border: 0; }
michael@0 11 </style>
michael@0 12 </head>
michael@0 13 <body>
michael@0 14 <h2>Hello&nbsp;World!</h2>
michael@0 15 <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>
michael@0 16 </body>
michael@0 17 </html>

mercurial