Files
Mozilla/mozilla/layout/html/tests/block/bugs/54876.html
(no author) d368a405db This commit was manufactured by cvs2svn to create branch
'MOZILLA_1_8_0_BRANCH'.

git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_0_BRANCH@185757 18797224-902f-48f8-a5cc-f745e15eee43
2005-12-07 05:54:01 +00:00

12 lines
502 B
HTML

<html><body>
<table WIDTH="100"><tr><td>
<img src="ant.jpg" width=100% height="3">
<img src="ant.jpg" width=100% height="3">
</td></tr></table>
</body></html><!--
1. doesn't matter which image is used, as long as the same image is used twice
2. must be within a table, and table must have a width
3. img must have %-width and fixed height
4. only crashes on initial load. if you change the test case, load successfully,
change the test case back to what it was, and reload, you will not crash.
-->