tenfourfox/layout/reftests/bugs/521542-1.xhtml
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

19 lines
272 B
HTML

<html xmlns="http://www.w3.org/1999/xhtml">
<head></head>
<body onload="document.getElementById('table').firstChild.data = ' BeginningOfTable ';">
<table id="table">
<tbody>
<tr>
<td>Cell</td>
</tr>
</tbody>
<span></span>
</table>
</body>
</html>