Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / tables / mozilla / bugs / bug46480-2.html
blob7e8f1d6e4ada75972472608c736c15593d9b5b7a
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
2 <HTML>
3 <HEAD>
4 <TITLE>
5 Table 'color' Inheritance Test ---strict --- bug 46480
6 </TITLE>
8 <STYLE type="text/css">
9 TABLE, TD, TH {border: 10px solid}
10 body {background: white; overflow: hidden;}
11 </STYLE>
13 </HEAD>
14 <BODY>
16 <H2>Test A</H2>
18 <DIV style="color: green">
19 <TABLE>
20 <TR style="color: blue">
21 <TD>Field</TD>
22 <TD>Records for Cropping Years</TD>
23 </TR>
24 </TABLE>
25 </DIV>
27 <H2>Test B</H2>
29 <TABLE>
30 <TR style="color: blue">
31 <TD style="color: inherit">Field</TD>
32 <TD>Records for Cropping Years</TD>
33 </TR>
34 </TABLE>
36 <H2>Test C</H2>
38 <TABLE style="color: blue">
39 <TR>
40 <TD style="color: inherit">Field</TD>
41 <TD>Records for Cropping Years</TD>
42 </TR>
43 </TABLE>
45 <H2>Test D</H2>
47 <TABLE style="color: blue">
48 <TR style="color: inherit">
49 <TD style="color: inherit">Field</TD>
50 <TD>Records for Cropping Years</TD>
51 </TR>
52 </TABLE>
54 <H2>Test E</H2>
56 <TABLE style="color: blue">
57 <TBODY style="color: inherit">
58 <TR style="color: inherit">
59 <TD style="color: inherit">Field</TD>
60 <TD>Records for Cropping Years</TD>
61 </TR>
62 </TBODY>
63 </TABLE>
65 </BODY>
66 </HTML>