tenfourfox/layout/reftests/table-width/dynamic-fixed-layout-1-ref.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

18 lines
498 B
HTML

<!DOCTYPE html>
<html>
<body style="height: 0">
<table style="width: 250px; table-layout: fixed;">
<tr>
<td style="width: 100px; background: #CC99CC;">A</td>
<td style="width: 100px; background: #99CCCC;">B</td>
<td style="background: #CCCC99;">C</td>
</tr>
<tr>
<td style="background: #CC99CC;">D</td>
<td style="background: #99CCCC;">E</td>
<td style="background: #CCCC99;">F</td>
</tr>
</table>
</body>
</html>