Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / tables / mozilla / bugs / bug46268-3.html
blobee5b686d20317d8a796867db825bfc3c06c39dd5
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
4 <html>
6 <head>
7 <title>testcase colouring snippet from tests/table/core/backgrounds</title>
8 </head>
10 <body >
12 table - color, tbodies color, row color
13 <table style="padding:40px" cellspacing="40" bgcolor="orange" border>
14 <tbody style="background-color:red">
15 <tr bgcolor="yellow">
16 <td>foo</td></tr>
17 <tr>
18 <td>foo</td></tr>
19 </tbody>
20 <tbody style="background-color:green">
21 <tr bgcolor="green">
22 <td>foo</td>
23 </tr>
24 </tbody>
25 </table>
28 </body>
30 </html>