mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07: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>
|