OLD | NEW |
1 <html> | 1 <html> |
2 <head> | 2 <head> |
3 <script src="../../resources/js-test.js"></script> | 3 <script src="../../resources/js-test.js"></script> |
4 <style id="style" media="screen"> | 4 <style id="style" media="screen"> |
5 .non-existent-class { | 5 .non-existent-class { |
6 color: rgb(0, 0, 0); | 6 color: rgb(0, 0, 0); |
7 } | 7 } |
8 </style> | 8 </style> |
9 </head> | 9 </head> |
10 <body> | 10 <body> |
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
150 testTag("acronym", "HTMLElement"); | 150 testTag("acronym", "HTMLElement"); |
151 testTag("address", "HTMLElement"); | 151 testTag("address", "HTMLElement"); |
152 testTag("applet", "HTMLAppletElement"); | 152 testTag("applet", "HTMLAppletElement"); |
153 testTag("area", "HTMLAreaElement"); | 153 testTag("area", "HTMLAreaElement"); |
154 testTag("article", "HTMLElement"); | 154 testTag("article", "HTMLElement"); |
155 testTag("aside", "HTMLElement"); | 155 testTag("aside", "HTMLElement"); |
156 testTag("b", "HTMLElement"); | 156 testTag("b", "HTMLElement"); |
157 testTag("base", "HTMLBaseElement"); | 157 testTag("base", "HTMLBaseElement"); |
158 testTag("basefont", "HTMLElement"); | 158 testTag("basefont", "HTMLElement"); |
159 testTag("bdo", "HTMLElement"); | 159 testTag("bdo", "HTMLElement"); |
| 160 testTag("bgsound", "HTMLUnknownElement"); |
160 testTag("big", "HTMLElement"); | 161 testTag("big", "HTMLElement"); |
161 testTag("blockquote", "HTMLQuoteElement"); | 162 testTag("blockquote", "HTMLQuoteElement"); |
162 testTag("body", "HTMLBodyElement"); | 163 testTag("body", "HTMLBodyElement"); |
163 testTag("br", "HTMLBRElement"); | 164 testTag("br", "HTMLBRElement"); |
164 testTag("button", "HTMLButtonElement"); | 165 testTag("button", "HTMLButtonElement"); |
165 testTag("canvas", "HTMLCanvasElement"); | 166 testTag("canvas", "HTMLCanvasElement"); |
166 testTag("caption", "HTMLTableCaptionElement"); | 167 testTag("caption", "HTMLTableCaptionElement"); |
167 testTag("center", "HTMLElement"); | 168 testTag("center", "HTMLElement"); |
168 testTag("cite", "HTMLElement"); | 169 testTag("cite", "HTMLElement"); |
169 testTag("code", "HTMLElement"); | 170 testTag("code", "HTMLElement"); |
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
286 | 287 |
287 function frameLoaded() | 288 function frameLoaded() |
288 { | 289 { |
289 runTest(); | 290 runTest(); |
290 } | 291 } |
291 | 292 |
292 </script> | 293 </script> |
293 <iframe id="xmlframe" onload="frameLoaded()" style="height:0px" src="data:applic
ation/xhtml+xml,<?xml version='1.0' encoding='UTF-8'?><body/>"></iframe> | 294 <iframe id="xmlframe" onload="frameLoaded()" style="height:0px" src="data:applic
ation/xhtml+xml,<?xml version='1.0' encoding='UTF-8'?><body/>"></iframe> |
294 </body> | 295 </body> |
295 </html> | 296 </html> |
OLD | NEW |