tenfourfox/layout/reftests/bugs/402567-1-ref.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

20 lines
321 B
HTML

<html>
<head><style>
table { width: 10px; }
div { background: lightgreen;
padding: 0.2em; }
</style></head>
<body>
<table><tr><td>
<div>
a bb ccc dddd
</div>
</td></tr></table>
<table><tr><td>
<div>
a bb ccc dddd
</div>
</td></tr></table>
</body>
</html>