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