| 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 8652 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 8663 getter onmessage | 8663 getter onmessage |
| 8664 method constructor | 8664 method constructor |
| 8665 method postMessage | 8665 method postMessage |
| 8666 method terminate | 8666 method terminate |
| 8667 setter onerror | 8667 setter onerror |
| 8668 setter onmessage | 8668 setter onmessage |
| 8669 interface Worklet | 8669 interface Worklet |
| 8670 attribute @@toStringTag | 8670 attribute @@toStringTag |
| 8671 method addModule | 8671 method addModule |
| 8672 method constructor | 8672 method constructor |
| 8673 interface WorkletAnimation |
| 8674 attribute @@toStringTag |
| 8675 getter playState |
| 8676 method cancel |
| 8677 method constructor |
| 8678 method play |
| 8673 interface WritableStream | 8679 interface WritableStream |
| 8674 getter locked | 8680 getter locked |
| 8675 method abort | 8681 method abort |
| 8676 method constructor | 8682 method constructor |
| 8677 method getWriter | 8683 method getWriter |
| 8678 interface XMLDocument : Document | 8684 interface XMLDocument : Document |
| 8679 attribute @@toStringTag | 8685 attribute @@toStringTag |
| 8680 method constructor | 8686 method constructor |
| 8681 interface XMLHttpRequest : XMLHttpRequestEventTarget | 8687 interface XMLHttpRequest : XMLHttpRequestEventTarget |
| 8682 attribute @@toStringTag | 8688 attribute @@toStringTag |
| (...skipping 600 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 9283 setter scrollY | 9289 setter scrollY |
| 9284 setter scrollbars | 9290 setter scrollbars |
| 9285 setter status | 9291 setter status |
| 9286 setter statusbar | 9292 setter statusbar |
| 9287 setter toolbar | 9293 setter toolbar |
| 9288 setter visualViewport | 9294 setter visualViewport |
| 9289 PASS successfullyParsed is true | 9295 PASS successfullyParsed is true |
| 9290 | 9296 |
| 9291 TEST COMPLETE | 9297 TEST COMPLETE |
| 9292 | 9298 |
| OLD | NEW |