RetroZilla/layout/html/tests/table/bugs/bug75250.html

12 lines
171 B
HTML
Raw Normal View History

2015-10-21 05:03:22 +02:00
<html>
<head>
<title>testcase for bug 75250</title>
</head>
<body>
<table width="">
<tr><td>this is a simple test and should not wrap.</td></tr>
</table>
</body>
</html>