RetroZilla/layout/html/tests/block/bugs/54876.html
2015-10-20 23:03:22 -04: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.
-->