Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/reftests/bugs/reftest.list
<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>