mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
19 lines
293 B
HTML
19 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>
|