| 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 253 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 264 | 264 |
| 265 // CSSFontFaceRule | 265 // CSSFontFaceRule |
| 266 // CSSImportRule | 266 // CSSImportRule |
| 267 // CSSMediaRule | 267 // CSSMediaRule |
| 268 // CSSPageRule | 268 // CSSPageRule |
| 269 // CSSRule | 269 // CSSRule |
| 270 // WebKitCSSKeyframeRule | 270 // WebKitCSSKeyframeRule |
| 271 // WebKitCSSKeyframesRule | 271 // WebKitCSSKeyframesRule |
| 272 // SVGColor | 272 // SVGColor |
| 273 // SVGPaint | 273 // SVGPaint |
| 274 // SVGZoomEvent | |
| 275 | 274 |
| 276 // Conditional elements, VIDEO, RUBY. | 275 // Conditional elements, VIDEO, RUBY. |
| 277 | 276 |
| 278 // the various window sub-objects | 277 // the various window sub-objects |
| 279 | 278 |
| 280 // what else is missing? | 279 // what else is missing? |
| 281 | 280 |
| 282 if (window.testRunner) | 281 if (window.testRunner) |
| 283 testRunner.notifyDone(); | 282 testRunner.notifyDone(); |
| 284 } | 283 } |
| 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 |