OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <head> | 2 <head> |
3 <style> | 3 <style> |
4 font { color: green } | 4 font { color: green } |
5 .expected-fail { color: red } | 5 .expected-fail { color: red } |
6 .expected-fail-black { color: black; } | 6 .expected-fail-black { color: black; } |
7 table { display: inline-table; } | 7 table { display: inline-table; } |
8 fieldset { border: 0; display: inline; margin: 0; padding: 0 } | 8 fieldset { border: 0; display: inline; margin: 0; padding: 0 } |
9 </style> | 9 </style> |
10 <body> | 10 <body> |
11 <h1>The Residual Style Master Test Case</h1> | 11 <h1>The Residual Style Master Test Case</h1> |
12 | 12 |
13 This test case illustrates some residual style tag examples. Unless otherwise no
ted, the behavior should match Firefox. | 13 This test case illustrates some residual style tag examples. Unless otherwise no
ted, the behavior should match Firefox. |
14 | 14 |
15 <h2>Passing Tags</h2> | 15 <h2>Passing Tags</h2> |
16 <hr> | 16 <hr> |
17 A: <font>All of this should be green</font> | 17 A: <font>All of this should be green</font> |
18 <hr> | 18 <hr> |
19 ABBR: <font>All of this should be green</font> | 19 ABBR: <font>All of this should be green</font> |
20 <hr> | 20 <hr> |
21 ACRONYM: <font>All of this should be green</font> | 21 ACRONYM: <font>All of this should be green</font> |
22 <hr> | 22 <hr> |
23 ADDRESS: <font>All of this should be green</font> | 23 ADDRESS: <font>All of this should be green</font> |
24 <hr> | 24 <hr> |
25 APPLET: <font class="expected-fail-black">All of this should be green.</font> | |
26 <hr> | |
27 AREA: <font>All of this should be green.</font> | 25 AREA: <font>All of this should be green.</font> |
28 <hr> | 26 <hr> |
29 B: <font>All of this should be green.</font> | 27 B: <font>All of this should be green.</font> |
30 <hr> | 28 <hr> |
31 BDO: <font>All of this should be green.</font> | 29 BDO: <font>All of this should be green.</font> |
32 <hr> | 30 <hr> |
33 BIG: <big></big><font>All of this should be green.</font> | 31 BIG: <big></big><font>All of this should be green.</font> |
34 <hr> | 32 <hr> |
35 BLOCKQUOTE: <font>All of this should be green.</font> | 33 BLOCKQUOTE: <font>All of this should be green.</font> |
36 <hr> | 34 <hr> |
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
158 <hr> | 156 <hr> |
159 TR: <font>All of this should be green.</font> | 157 TR: <font>All of this should be green.</font> |
160 <hr> | 158 <hr> |
161 TT: <font>All of this should be green.</font> | 159 TT: <font>All of this should be green.</font> |
162 <hr> | 160 <hr> |
163 U: <font>All of this should be green.</font> | 161 U: <font>All of this should be green.</font> |
164 <hr> | 162 <hr> |
165 UL: <ul></ul><font>All of this should be green.</font> | 163 UL: <ul></ul><font>All of this should be green.</font> |
166 <hr> | 164 <hr> |
167 VAR: <font>All of this should be green.</font> | 165 VAR: <font>All of this should be green.</font> |
OLD | NEW |