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

13 lines
No EOL
239 B
HTML

<!DOCTYPE html>
<html>
<body>
<table border="1" width="1"><tr><td id="td">abc def</td></tr></table>
<script>
document.body.offsetWidth;
document.getElementById("td").appendChild(document.createTextNode("ghi"));
</script>
</body>
</html>