layout/reftests/bugs/383035-1.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 <title>Testcase bug - Black vertical line showing with iframe when you shouldn't see that</title>
     3 <style>
     4 body {
     5   overflow:hidden;
     6 }
     7 div#main {
     8   width: 997px;
     9   margin: 0px auto;
    10 }
    11 </style>
    12 </head>
    13 <body>
    14 <div id="main">
    15 <iframe frameborder="0"></iframe>
    16 </div>
    17 </body>
    18 </html>

mercurial