gecko/gfx/tests/crashtests/408754-1.html

14 lines
169 B
HTML
Raw Normal View History

2009-05-26 11:53:12 -07:00
<html>
<head>
<style>
.a { width: 17895680}
.b { width: 10}
</style>
</head>
<body>
<table><tr>
<td class="a">a</td><td class="b">b</td>
</tr></table>
</body>
</html>