Oreon-Lime-R2/mingw-wine-gecko/wine-gecko-2.47.4-src/wine-gecko-2.47.4/layout/reftests/bugs/383035-1.html

18 lines
293 B
HTML

<html><head>
<title>Testcase bug - Black vertical line showing with iframe when you shouldn't see that</title>
<style>
body {
overflow:hidden;
}
div#main {
width: 997px;
margin: 0px auto;
}
</style>
</head>
<body>
<div id="main">
<iframe frameborder="0"></iframe>
</div>
</body>
</html>