Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / invalid / residual-style-expected.html
blob5b662395a15b727b0ed66cba820ff01bf22d8a97
1 <!DOCTYPE html>
2 <head>
3 <style>
4 font { color: green }
5 .expected-fail { color: red }
6 .expected-fail-black { color: black; }
7 table { display: inline-table; }
8 fieldset { border: 0; display: inline; margin: 0; padding: 0 }
9 </style>
10 <body>
11 <h1>The Residual Style Master Test Case</h1>
13 This test case illustrates some residual style tag examples. Unless otherwise noted, the behavior should match Firefox.
15 <h2>Passing Tags</h2>
16 <hr>
17 A: <font>All of this should be green</font>
18 <hr>
19 ABBR: <font>All of this should be green</font>
20 <hr>
21 ACRONYM: <font>All of this should be green</font>
22 <hr>
23 ADDRESS: <font>All of this should be green</font>
24 <hr>
25 AREA: <font>All of this should be green.</font>
26 <hr>
27 B: <font>All of this should be green.</font>
28 <hr>
29 BDO: <font>All of this should be green.</font>
30 <hr>
31 BIG: <big></big><font>All of this should be green.</font>
32 <hr>
33 BLOCKQUOTE: <font>All of this should be green.</font>
34 <hr>
35 BUTTON: <font>All of this should be green.</font>
36 <hr>
37 CANVAS: <font>All of this should be green.</font>
38 <hr>
39 CAPTION: <font>All of this should be green.</font>
40 <hr>
41 CENTER: <font>All of this should be green.</font>
42 <hr>
43 CITE: <font>All of this should be green.</font>
44 <hr>
45 CODE: <font>All of this should be green.</font>
46 <hr>
47 COL: <font class="expected-fail">All of this should be green.</font>
48 <hr>
49 COLGROUP: <font class="expected-fail">All of this should be green.</font>
50 <hr>
51 DD: <font>All of this should be green.</font>
52 <hr>
53 DEL: <font>All of this should be green.</font>
54 <hr>
55 DFN: <font>All of this should be green.</font>
56 <hr>
57 DIR: <font>All of this should be green.</font>
58 <hr>
59 DIV: <font>All of this should be green.</font>
60 <hr>
61 DL: <font>All of this should be green.</font>
62 <hr>
63 DT: <font>All of this should be green.</font>
64 <hr>
65 EM: <font>All of this should be green.</font>
66 <hr>
67 EMBED: <font>All of this should be green.</font>
68 <hr>
69 FIELDSET: <font>All of this should be green.</font>
70 <hr>
71 FONT: <font>All of this should be green.</font>
72 <hr>
73 FORM: <font>All of this should be green.</font>
74 <hr>
75 H1: <h1></h1><font>All of this should be green.</font>
76 <hr>
77 H2: <h2></h2><font>All of this should be green.</font>
78 <hr>
79 H3: <h3></h3><font>All of this should be green.</font>
80 <hr>
81 H4: <h4></h4><font>All of this should be green.</font>
82 <hr>
83 H5: <h5></h5><font>All of this should be green.</font>
84 <hr>
85 H6: <h6></h6><font>All of this should be green.</font>
86 <hr>
87 I: <font>All of this should be green.</font>
88 <hr>
89 INS: <font>All of this should be green.</font>
90 <hr>
91 ISINDEX: <isindex></isindex><font>All of this should be green.</font>
92 <hr>
93 KBD: <font>All of this should be green.</font>
94 <hr>
95 KEYGEN: <keygen></keygen><font>All of this should be green.</font>
96 <hr>
97 LABEL: <label><font></label>All of this should be green.</font>
98 <hr>
99 LEGEND: <fieldset><legend></legend></fieldset><font>All of this should be green.</font>
100 <hr>
101 LI: <font>All of this should be green.</font>
102 <hr>
103 LISTING: <listing></listing><font>All of this should be green.</font>
104 <hr>
105 MAP: <font>All of this should be green.</font>
106 <hr>
107 MARQUEE: <marquee></marquee><font class="expected-fail-black">All of this should be green.</font>
108 <hr>
109 MENU: <menu></menu><font>All of this should be green.</font>
110 <hr>
111 NOBR: <font>All of this should be green.</font>
112 <hr>
113 OBJECT: <font>All of this should be green.</font>
114 <hr>
115 OL: <ol></ol><font>All of this should be green.</font>
116 <hr>
117 OPTGROUP: <select><option>One</select> <font>All of this should be green.</font>
118 <hr>
119 OPTION: <select><option>One</option><option>Two</select> <font>All of this should be green.</font>
120 <hr>
121 P: <font>All of this should be green.</font>
122 <hr>
123 PARAM: <font>All of this should be green.</font>
124 <hr>
125 PRE: <pre></pre><font>All of this should be green.</font>
126 <hr>
127 Q: <q></q><font>All of this should be green.</font>
128 <hr>
129 S: <font>All of this should be green.</font>
130 <hr>
131 SAMP: <font>All of this should be green.</font>
132 <hr>
133 SELECT: <select></select><font>All of this should be green.</font>
134 <hr>
135 SMALL: <font>All of this should be green.</font>
136 <hr>
137 SPAN: <font>All of this should be green.</font>
138 <hr>
139 STRIKE: <font>All of this should be green.</font>
140 <hr>
141 STRONG: <font>All of this should be green.</font>
142 <hr>
143 SUB: <sub></sub><font>All of this should be green.</font>
144 <hr>
145 SUP: <sup></sup><font>All of this should be green.</font>
146 <hr>
147 TABLE: <font class="expected-fail">All of this should be green.</font>
148 <hr>
149 TBODY: <font>All of this should be green.</font>
150 <hr>
151 TD: <table><tr><td></td></tr></table><font>All of this should be green.</font>
152 <hr>
153 TFOOT: <font>All of this should be green.</font>
154 <hr>
155 THEAD: <font>All of this should be green.</font>
156 <hr>
157 TR: <font>All of this should be green.</font>
158 <hr>
159 TT: <font>All of this should be green.</font>
160 <hr>
161 U: <font>All of this should be green.</font>
162 <hr>
163 UL: <ul></ul><font>All of this should be green.</font>
164 <hr>
165 VAR: <font>All of this should be green.</font>