OLD | NEW |
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> |
2 <HTML> | 2 <HTML> |
3 <HEAD> | 3 <HEAD> |
4 <TITLE> | 4 <TITLE> |
5 Table 'color' Inheritance Test ---strict --- bug 46480 | 5 Table 'color' Inheritance Test ---strict --- bug 46480 |
6 </TITLE> | 6 </TITLE> |
7 | 7 |
8 <STYLE type="text/css"> | 8 <STYLE type="text/css"> |
9 TABLE, TD, TH {border: 10px solid} | 9 TABLE, TD, TH {border: 10px solid} |
10 body {background: white} | 10 body {background: white; overflow: hidden;} |
11 </STYLE> | 11 </STYLE> |
12 | 12 |
13 </HEAD> | 13 </HEAD> |
14 <BODY> | 14 <BODY> |
15 | 15 |
16 <H2>Test A</H2> | 16 <H2>Test A</H2> |
17 | 17 |
18 <DIV style="color: green"> | 18 <DIV style="color: green"> |
19 <TABLE> | 19 <TABLE> |
20 <TR style="color: blue"> | 20 <TR style="color: blue"> |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
56 <TABLE style="color: blue"> | 56 <TABLE style="color: blue"> |
57 <TBODY style="color: inherit"> | 57 <TBODY style="color: inherit"> |
58 <TR style="color: inherit"> | 58 <TR style="color: inherit"> |
59 <TD style="color: inherit">Field</TD> | 59 <TD style="color: inherit">Field</TD> |
60 <TD>Records for Cropping Years</TD> | 60 <TD>Records for Cropping Years</TD> |
61 </TR> | 61 </TR> |
62 </TBODY> | 62 </TBODY> |
63 </TABLE> | 63 </TABLE> |
64 | 64 |
65 </BODY> | 65 </BODY> |
66 </HTML> | 66 </HTML> |
OLD | NEW |