| OLD | NEW |
| 1 CONSOLE WARNING: line 70: 'webkitURL' is deprecated. Please use 'URL' instead. | 1 CONSOLE WARNING: line 70: 'webkitURL' is deprecated. Please use 'URL' instead. |
| 2 This test documents all interface attributes and methods on the global window ob
ject and element instances. | 2 This test documents all interface attributes and methods on the global window ob
ject and element instances. |
| 3 | 3 |
| 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 5 | 5 |
| 6 | 6 |
| 7 [INTERFACES] | 7 [INTERFACES] |
| 8 interface AbsoluteOrientationSensor : OrientationSensor | 8 interface AbsoluteOrientationSensor : OrientationSensor |
| 9 attribute @@toStringTag | 9 attribute @@toStringTag |
| 10 method constructor | 10 method constructor |
| (...skipping 6406 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6417 method constructor | 6417 method constructor |
| 6418 method lock | 6418 method lock |
| 6419 method unlock | 6419 method unlock |
| 6420 setter onchange | 6420 setter onchange |
| 6421 interface ScriptProcessorNode : AudioNode | 6421 interface ScriptProcessorNode : AudioNode |
| 6422 attribute @@toStringTag | 6422 attribute @@toStringTag |
| 6423 getter bufferSize | 6423 getter bufferSize |
| 6424 getter onaudioprocess | 6424 getter onaudioprocess |
| 6425 method constructor | 6425 method constructor |
| 6426 setter onaudioprocess | 6426 setter onaudioprocess |
| 6427 interface ScrollTimeline : AnimationTimeline |
| 6428 attribute @@toStringTag |
| 6429 getter orientation |
| 6430 getter scrollSource |
| 6431 getter timeRange |
| 6432 method constructor |
| 6427 interface SecurityPolicyViolationEvent : Event | 6433 interface SecurityPolicyViolationEvent : Event |
| 6428 attribute @@toStringTag | 6434 attribute @@toStringTag |
| 6429 getter blockedURI | 6435 getter blockedURI |
| 6430 getter columnNumber | 6436 getter columnNumber |
| 6431 getter disposition | 6437 getter disposition |
| 6432 getter documentURI | 6438 getter documentURI |
| 6433 getter effectiveDirective | 6439 getter effectiveDirective |
| 6434 getter lineNumber | 6440 getter lineNumber |
| 6435 getter originalPolicy | 6441 getter originalPolicy |
| 6436 getter referrer | 6442 getter referrer |
| (...skipping 2805 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 9242 setter scrollY | 9248 setter scrollY |
| 9243 setter scrollbars | 9249 setter scrollbars |
| 9244 setter status | 9250 setter status |
| 9245 setter statusbar | 9251 setter statusbar |
| 9246 setter toolbar | 9252 setter toolbar |
| 9247 setter visualViewport | 9253 setter visualViewport |
| 9248 PASS successfullyParsed is true | 9254 PASS successfullyParsed is true |
| 9249 | 9255 |
| 9250 TEST COMPLETE | 9256 TEST COMPLETE |
| 9251 | 9257 |
| OLD | NEW |