gecko-dev/layout/reftests/bugs/372768-1.html

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 строки
234 B
HTML
Исходник Обычный вид История

2007-07-18 23:56:20 +04:00
<html>
<body>
<table width="100" border="4">
<tr>
<td width="200" id="td">
</td>
</tr>
</table>
<script>
document.body.offsetWidth;
document.getElementById("td").setAttribute("nowrap", "nowrap");
</script>
</body>
</html>