| 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 184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 195 testTag("hgroup", "HTMLElement"); | 195 testTag("hgroup", "HTMLElement"); |
| 196 testTag("hr", "HTMLHRElement"); | 196 testTag("hr", "HTMLHRElement"); |
| 197 testTag("html", "HTMLHtmlElement"); | 197 testTag("html", "HTMLHtmlElement"); |
| 198 testTag("i", "HTMLElement"); | 198 testTag("i", "HTMLElement"); |
| 199 testTag("iframe", "HTMLIFrameElement"); | 199 testTag("iframe", "HTMLIFrameElement"); |
| 200 testTag("image", "HTMLUnknownElement"); | 200 testTag("image", "HTMLUnknownElement"); |
| 201 testTag("img", "HTMLImageElement"); | 201 testTag("img", "HTMLImageElement"); |
| 202 testTag("input", "HTMLInputElement"); | 202 testTag("input", "HTMLInputElement"); |
| 203 testTag("ins", "HTMLModElement"); | 203 testTag("ins", "HTMLModElement"); |
| 204 testTag("kbd", "HTMLElement"); | 204 testTag("kbd", "HTMLElement"); |
| 205 testTag("keygen", "HTMLKeygenElement"); | |
| 206 testTag("label", "HTMLLabelElement"); | 205 testTag("label", "HTMLLabelElement"); |
| 207 testTag("layer", "HTMLElement"); | 206 testTag("layer", "HTMLElement"); |
| 208 testTag("legend", "HTMLLegendElement"); | 207 testTag("legend", "HTMLLegendElement"); |
| 209 testTag("li", "HTMLLIElement"); | 208 testTag("li", "HTMLLIElement"); |
| 210 testTag("link", "HTMLLinkElement"); | 209 testTag("link", "HTMLLinkElement"); |
| 211 testTag("listing", "HTMLPreElement"); | 210 testTag("listing", "HTMLPreElement"); |
| 212 testTag("main", "HTMLElement"); | 211 testTag("main", "HTMLElement"); |
| 213 testTag("map", "HTMLMapElement"); | 212 testTag("map", "HTMLMapElement"); |
| 214 testTag("marquee", "HTMLMarqueeElement"); | 213 testTag("marquee", "HTMLMarqueeElement"); |
| 215 testTag("menu", "HTMLMenuElement"); | 214 testTag("menu", "HTMLMenuElement"); |
| (...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 285 | 284 |
| 286 function frameLoaded() | 285 function frameLoaded() |
| 287 { | 286 { |
| 288 runTest(); | 287 runTest(); |
| 289 } | 288 } |
| 290 | 289 |
| 291 </script> | 290 </script> |
| 292 <iframe id="xmlframe" onload="frameLoaded()" style="height:0px" src="data:applic
ation/xhtml+xml,<?xml version='1.0' encoding='UTF-8'?><body/>"></iframe> | 291 <iframe id="xmlframe" onload="frameLoaded()" style="height:0px" src="data:applic
ation/xhtml+xml,<?xml version='1.0' encoding='UTF-8'?><body/>"></iframe> |
| 293 </body> | 292 </body> |
| 294 </html> | 293 </html> |
| OLD | NEW |