RetroZilla/layout/html/tests/table/interactive/bug130550.html
2015-10-20 23:03:22 -04:00

16 lines
299 B
HTML

<html lang="en-US">
<head>
<style type="text/css">
.two { position: fixed; top: 50px; right: 20px; margin-left: auto; background: white; }
</style>
</head>
<body>
The bug causes black to appear in the table's margin.
<BR>
<table class="two">
<tr><td>Data</td></tr>
</table>
</body></html>