Mypal/layout/reftests/bugs/370525-2-notref.html

18 lines
416 B
HTML
Raw Permalink Normal View History

2019-03-11 10:26:37 +00:00
<html>
<head>
<title>Bug 370525 Anti-Reference Testcase</title>
</head>
<body>
<table style="border: 2px solid blue;">
<tr><td style="height: 10%">
<table style="height: 100%; border: 1px dotted red;">
<tr><td>Table 1</td></tr>
</table>
<table style="height: 100%; border: 1px dotted red;">
<tr><td>Table 2</td></tr>
</table>
</td></tr>
</table>
</body>
</html>