gecko/layout/reftests/bugs/373298-1.html
jruderman@hmc.edu 536e3a9656 Add reftests.
2008-02-19 23:16:56 -08:00

8 lines
125 B
HTML

<html>
<body>XXX<p>Foo</p></body>
<script>
document.body.offsetWidth;
document.body.firstChild.data = ' ';
</script>
</html>