mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 22:55:23 +00:00
0b5e6a2535
--HG-- rename : layout/reftests/table-anonymous-boxes/white-space-1.html => layout/reftests/table-anonymous-boxes/white-space-7.html
16 lines
263 B
HTML
16 lines
263 B
HTML
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<table border="1" id="table">XXX<tbody><tr><td>TD</td></tr></tbody></table>
|
|
|
|
<script>
|
|
document.body.offsetWidth;
|
|
document.getElementById("table").firstChild.data = '';
|
|
</script>
|
|
|
|
</body>
|
|
</html>
|