Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / table / 033.html
blob5ef436b681ee5c7c49224890f3e9fcf956662364
1 <html style="color:black">
2 <body style="color:white; font-size:36px"><table width="400">
3 <tr><td style="background:green;color:purple">
4 <table>
5 <tr><td>This text should be white, since we're in quirks mode.</td></tr>
6 </table>
7 </td></tr>
8 </table></body></html>