gecko-dev/layout/reftests/bugs/234964-2.html

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

9 lines
304 B
HTML
Raw Normal View History

2007-08-10 17:11:55 +00:00
<html>
<body onload="document.getElementById('test').innerHTML='<br><br><br><br><br><br><br><br><br>'">
<table style="height:400px; background:yellow;">
<tr><td id="test">
<tr height=100%><td><div style="height:100%; width:100px; background:blue;"></div>
</table>
</body>
</html>