gecko/layout/reftests/bugs/383035-2.html
2010-03-07 12:48:37 +01:00

15 lines
301 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<html>
<head>
<title>Bug 383035 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>