| OLD | NEW |
| 1 <html> | 1 <html> |
| 2 <head> | 2 <head> |
| 3 <script src="../js/resources/js-test-pre.js"></script> | 3 <script src="../js/resources/js-test-pre.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 clip: rect(0, 0, 1, 1); | 7 clip: rect(0, 0, 1, 1); |
| 8 content: counter(dummy, square); | 8 content: counter(dummy, square); |
| 9 } | 9 } |
| 10 </style> | 10 </style> |
| (...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 271 // CSSPageRule | 271 // CSSPageRule |
| 272 // CSSRule | 272 // CSSRule |
| 273 // CSSVariablesRule | 273 // CSSVariablesRule |
| 274 // WebKitCSSKeyframeRule | 274 // WebKitCSSKeyframeRule |
| 275 // WebKitCSSKeyframesRule | 275 // WebKitCSSKeyframesRule |
| 276 // CSSValue | 276 // CSSValue |
| 277 // SVGColor | 277 // SVGColor |
| 278 // SVGPaint | 278 // SVGPaint |
| 279 // SVGZoomEvent | 279 // SVGZoomEvent |
| 280 | 280 |
| 281 // Conditional elements, VIDEO, RUBY, DATALIST_ELEMENT. | 281 // Conditional elements, VIDEO, RUBY. |
| 282 | 282 |
| 283 // the various window sub-objects | 283 // the various window sub-objects |
| 284 | 284 |
| 285 // what else is missing? | 285 // what else is missing? |
| 286 | 286 |
| 287 if (window.testRunner) | 287 if (window.testRunner) |
| 288 testRunner.notifyDone(); | 288 testRunner.notifyDone(); |
| 289 } | 289 } |
| 290 | 290 |
| 291 function frameLoaded() | 291 function frameLoaded() |
| 292 { | 292 { |
| 293 runTest(); | 293 runTest(); |
| 294 } | 294 } |
| 295 | 295 |
| 296 </script> | 296 </script> |
| 297 <iframe id="xmlframe" onload="frameLoaded()" style="height:0px" src="data:applic
ation/xhtml+xml,<?xml version='1.0' encoding='UTF-8'?><body/>"></iframe> | 297 <iframe id="xmlframe" onload="frameLoaded()" style="height:0px" src="data:applic
ation/xhtml+xml,<?xml version='1.0' encoding='UTF-8'?><body/>"></iframe> |
| 298 </body> | 298 </body> |
| 299 </html> | 299 </html> |
| OLD | NEW |