Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / tables / mozilla_expected_failures / bugs / bug33784.html
blobc196a12465505324103e52b1d73840cc56b83e15
1 <html>
2 <head>
3 <title>Gecko's Realm</title>
4 <style type="text/css">
5 .section {
6 color: white;
8 </style>
9 </head>
11 <body>
12 <table border="0" cellpadding="0" cellspacing="0" width="600">
13 <tr>
14 <td bgcolor="black"><div class="section"><p>fooobar</p></div></td>
15 </tr>
16 </table>
17 </div>
18 </body>
19 </html>