Wed, 31 Dec 2014 07:16:47 +0100
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>