tenfourfox/layout/reftests/table-anonymous-boxes/443616-1a.xhtml
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

30 lines
530 B
HTML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<body>
<table cellpadding="0" cellspacing="0">
<tr>
<td rowspan="2">
Sidebar <br />
an unused link <br />
next unused link <br />
</td>
<td>
content <br />
more content
<script type="text/javascript">
document.body.offsetWidth;
</script>
</td>
</tr>
<tr>
<td>
no yes no yes
</td>
</tr>
</table>
</body>
</html>