mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 22:55:23 +00:00
15 lines
301 B
HTML
15 lines
301 B
HTML
|
<html>
|
|||
|
<head>
|
|||
|
<title>Bug 383035 <20> Black vertical line showing with iframe when you shouldn't see that</title>
|
|||
|
</head>
|
|||
|
<body>
|
|||
|
<div style="width: 1400px;">
|
|||
|
<center>
|
|||
|
<table style="width: 815px;"><tr><td>
|
|||
|
<iframe frameborder="0"></iframe>
|
|||
|
</td></tr></table>
|
|||
|
</center>
|
|||
|
</div>
|
|||
|
</body>
|
|||
|
</html>
|