Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / tables / mozilla / bugs / bug46480-2.html
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>
7
8 <STYLE type="text/css">
9 TABLE, TD, TH {border: 10px solid}
10 body {background: white; overflow: hidden;}
11 </STYLE>
12
13 </HEAD>
14 <BODY>
15
16 <H2>Test A</H2>
17
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>
26
27 <H2>Test B</H2>
28
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>
35
36 <H2>Test C</H2>
37
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>
44
45 <H2>Test D</H2>
46
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>
53
54 <H2>Test E</H2>
55
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>
64
65 </BODY>
66 </HTML>