layout/reftests/bugs/931853-quirks.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.

     1 <html><head>
     2     <meta charset="utf-8">
     3     <title>Testcase for bug 931853</title>
     4     <style type="text/css">
     5         html,body {
     6             color:black; background-color:white; font-size:16px; padding:10px; margin:0;
     7         }
     9 div { height:7em; margin-bottom:2px; overflow:hidden; border:1px solid black;}
    10 img { margin-left:30px; }
    12     </style>
    13 </head>
    14 <body>
    16 <div><br><br><br><img src="data:image/gif;base64,R0lGODlhAQABAIABAAD/AP///ywAAAAAAQABAAACAkQBADs=" width="350" height="150" style="margin-top:-200px"></div>
    17 <div><br><br><br><img src="data:image/gif;base64,R0lGODlhAQABAIABAAD/AP///ywAAAAAAQABAAACAkQBADs=" width="350" height="150" style="margin-top:-170px"></div>
    18 <div><br><br><br><img src="data:image/gif;base64,R0lGODlhAQABAIABAAD/AP///ywAAAAAAQABAAACAkQBADs=" width="350" height="150" style="margin-top:-150px"></div>
    19 <div><br><br><br><img src="data:image/gif;base64,R0lGODlhAQABAIABAAD/AP///ywAAAAAAQABAAACAkQBADs=" width="350" height="150" style="margin-top:-120px"></div>
    21 </body>
    22 </html>

mercurial