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 245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
256 testTag("tr", "HTMLTableRowElement"); | 256 testTag("tr", "HTMLTableRowElement"); |
257 testTag("tt", "HTMLElement"); | 257 testTag("tt", "HTMLElement"); |
258 testTag("u", "HTMLElement"); | 258 testTag("u", "HTMLElement"); |
259 testTag("ul", "HTMLUListElement"); | 259 testTag("ul", "HTMLUListElement"); |
260 testTag("var", "HTMLElement"); | 260 testTag("var", "HTMLElement"); |
261 testTag("wbr", "HTMLElement"); | 261 testTag("wbr", "HTMLElement"); |
262 testTag("xmp", "HTMLPreElement"); | 262 testTag("xmp", "HTMLPreElement"); |
263 | 263 |
264 // Not yet tested: | 264 // Not yet tested: |
265 | 265 |
266 // CSSCharsetRule | |
267 // CSSFontFaceRule | 266 // CSSFontFaceRule |
268 // CSSImportRule | 267 // CSSImportRule |
269 // CSSMediaRule | 268 // CSSMediaRule |
270 // CSSPageRule | 269 // CSSPageRule |
271 // CSSRule | 270 // CSSRule |
272 // WebKitCSSKeyframeRule | 271 // WebKitCSSKeyframeRule |
273 // WebKitCSSKeyframesRule | 272 // WebKitCSSKeyframesRule |
274 // SVGColor | 273 // SVGColor |
275 // SVGPaint | 274 // SVGPaint |
276 // SVGZoomEvent | 275 // SVGZoomEvent |
(...skipping 10 matching lines...) Expand all Loading... |
287 | 286 |
288 function frameLoaded() | 287 function frameLoaded() |
289 { | 288 { |
290 runTest(); | 289 runTest(); |
291 } | 290 } |
292 | 291 |
293 </script> | 292 </script> |
294 <iframe id="xmlframe" onload="frameLoaded()" style="height:0px" src="data:applic
ation/xhtml+xml,<?xml version='1.0' encoding='UTF-8'?><body/>"></iframe> | 293 <iframe id="xmlframe" onload="frameLoaded()" style="height:0px" src="data:applic
ation/xhtml+xml,<?xml version='1.0' encoding='UTF-8'?><body/>"></iframe> |
295 </body> | 294 </body> |
296 </html> | 295 </html> |
OLD | NEW |