haikuwebkit/LayoutTests/fast/table/033.html

8 lines
292 B
HTML

<html style="color:black">
<body style="color:white; font-size:36px"><table width="400">
<tr><td style="background:green;color:purple">
<table>
<tr><td>This text should be white, since we're in quirks mode.</td></tr>
</table>
</td></tr>
</table></body></html>