Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / tables / mozilla / bugs / bug46480-1.html
blob3e46fb40a7297d683560d3dde3d43c58ef41d799
1 <HTML>
2 <HEAD>
3 <TITLE>
4 Table 'color' Inheritance Test ---quirk --- bug 46480
5 </TITLE>
7 <STYLE type="text/css">
8 TABLE, TD, TH {border: 10px solid}
9 body {background: white}
10 </STYLE>
12 </HEAD>
13 <BODY>
15 <H2>Test A</H2>
17 <DIV style="color: green">
18 <TABLE>
19 <TR style="color: blue">
20 <TD>Field</TD>
21 <TD>Records for Cropping Years</TD>
22 </TR>
23 </TABLE>
24 </DIV>
26 <H2>Test B</H2>
28 <TABLE>
29 <TR style="color: blue">
30 <TD style="color: inherit">Field</TD>
31 <TD>Records for Cropping Years</TD>
32 </TR>
33 </TABLE>
35 <H2>Test C</H2>
37 <TABLE style="color: blue">
38 <TR>
39 <TD style="color: inherit">Field</TD>
40 <TD>Records for Cropping Years</TD>
41 </TR>
42 </TABLE>
44 <H2>Test D</H2>
46 <TABLE style="color: blue">
47 <TR style="color: inherit">
48 <TD style="color: inherit">Field</TD>
49 <TD>Records for Cropping Years</TD>
50 </TR>
51 </TABLE>
53 <H2>Test E</H2>
55 <TABLE style="color: blue">
56 <TBODY style="color: inherit">
57 <TR style="color: inherit">
58 <TD style="color: inherit">Field</TD>
59 <TD>Records for Cropping Years</TD>
60 </TR>
61 </TBODY>
62 </TABLE>
64 </BODY>
65 </HTML>