Oreon-Lime-R2/mingw-wine-gecko/wine-gecko-2.47.4-src/wine-gecko-2.47.4/layout/reftests/bugs/243266-1.html

16 lines
349 B
HTML

<!DOCTYPE html>
<html>
<body>
<table style="width: 6em; background: yellow">
<tr>
<td id="big">mmmmmmmmmmmmmmmm</td>
</tr>
</table>
<script>
document.body.offsetWidth;
var big = document.getElementById("big");
var r = big.firstChild.splitText(8);
big.insertBefore(document.createElement("WBR"), r);
</script>
</body>
</html>