| OLD | NEW |
| 1 CONSOLE WARNING: line 95: 'webkitURL' is deprecated. Please use 'URL' instead. | 1 CONSOLE WARNING: line 95: '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 4384 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4395 method requestKeyboardLock | 4395 method requestKeyboardLock |
| 4396 method requestMIDIAccess | 4396 method requestMIDIAccess |
| 4397 method requestMediaKeySystemAccess | 4397 method requestMediaKeySystemAccess |
| 4398 method sendBeacon | 4398 method sendBeacon |
| 4399 method share | 4399 method share |
| 4400 method unregisterProtocolHandler | 4400 method unregisterProtocolHandler |
| 4401 method vibrate | 4401 method vibrate |
| 4402 method webkitGetUserMedia | 4402 method webkitGetUserMedia |
| 4403 interface NetworkInformation : EventTarget | 4403 interface NetworkInformation : EventTarget |
| 4404 attribute @@toStringTag | 4404 attribute @@toStringTag |
| 4405 getter downlink |
| 4405 getter downlinkMax | 4406 getter downlinkMax |
| 4406 getter onchange | 4407 getter onchange |
| 4407 getter ontypechange | 4408 getter ontypechange |
| 4409 getter rtt |
| 4408 getter type | 4410 getter type |
| 4409 method constructor | 4411 method constructor |
| 4410 setter onchange | 4412 setter onchange |
| 4411 setter ontypechange | 4413 setter ontypechange |
| 4412 interface Node : EventTarget | 4414 interface Node : EventTarget |
| 4413 attribute @@toStringTag | 4415 attribute @@toStringTag |
| 4414 attribute ATTRIBUTE_NODE | 4416 attribute ATTRIBUTE_NODE |
| 4415 attribute CDATA_SECTION_NODE | 4417 attribute CDATA_SECTION_NODE |
| 4416 attribute COMMENT_NODE | 4418 attribute COMMENT_NODE |
| 4417 attribute DOCUMENT_FRAGMENT_NODE | 4419 attribute DOCUMENT_FRAGMENT_NODE |
| (...skipping 4780 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 9198 setter scrollY | 9200 setter scrollY |
| 9199 setter scrollbars | 9201 setter scrollbars |
| 9200 setter status | 9202 setter status |
| 9201 setter statusbar | 9203 setter statusbar |
| 9202 setter toolbar | 9204 setter toolbar |
| 9203 setter visualViewport | 9205 setter visualViewport |
| 9204 PASS successfullyParsed is true | 9206 PASS successfullyParsed is true |
| 9205 | 9207 |
| 9206 TEST COMPLETE | 9208 TEST COMPLETE |
| 9207 | 9209 |
| OLD | NEW |