mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 06:48:38 +09:00
14 lines
311 B
HTML
14 lines
311 B
HTML
|
|
<html>
|
|||
|
|
<head>
|
|||
|
|
<title>Bug 383035 <20> Black vertical line showing with iframe when you shouldn't see that</title>
|
|||
|
|
</head>
|
|||
|
|
<body style="overflow:hidden">
|
|||
|
|
<div style="width: 1400px;">
|
|||
|
|
<center>
|
|||
|
|
<table style="width: 815px;"><tr><td>
|
|||
|
|
<iframe frameborder="0"></iframe>
|
|||
|
|
</td></tr></table>
|
|||
|
|
</center>
|
|||
|
|
</div>
|
|||
|
|
</body>
|
|||
|
|
</html>
|