tenfourfox/layout/reftests/bugs/370525-2-ref.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

18 lines
363 B
HTML

<html>
<head>
<title>Bug 370525 Reference Testcase</title>
</head>
<body>
<table style="border: 2px solid blue;">
<tr><td>
<table style="border: 1px dotted red;">
<tr><td>Table 1</td></tr>
</table>
<table style="border: 1px dotted red;">
<tr><td>Table 2</td></tr>
</table>
</td></tr>
</table>
</body>
</html>