Oreon-Lime-R2/mingw-wine-gecko/wine-gecko-2.47.4-src/wine-gecko-2.47.4/layout/reftests/table-anonymous-boxes/372641-1c.xhtml

15 lines
257 B
HTML

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
</head>
<body>
<table border="1"><tbody><tr id="tr">XXX<td>TD</td></tr></tbody></table>
<script>
document.body.offsetWidth;
document.getElementById("tr").firstChild.data = '';
</script>
</body>
</html>