blob: 668c6df7e58ab598f4d15b3c0ee2dbeeeb040eea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<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>
|