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 Accelerometer : Sensor | 8 interface Accelerometer : Sensor |
9 attribute @@toStringTag | 9 attribute @@toStringTag |
10 getter includesGravity | 10 getter includesGravity |
(...skipping 6475 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6486 method unwrapKey | 6486 method unwrapKey |
6487 method verify | 6487 method verify |
6488 method wrapKey | 6488 method wrapKey |
6489 interface SyncManager | 6489 interface SyncManager |
6490 attribute @@toStringTag | 6490 attribute @@toStringTag |
6491 method constructor | 6491 method constructor |
6492 method getTags | 6492 method getTags |
6493 method register | 6493 method register |
6494 interface TaskAttributionTiming : PerformanceEntry | 6494 interface TaskAttributionTiming : PerformanceEntry |
6495 attribute @@toStringTag | 6495 attribute @@toStringTag |
6496 getter frameId | 6496 getter containerId |
6497 getter frameName | 6497 getter containerName |
6498 getter frameSrc | 6498 getter containerSrc |
| 6499 getter containerType |
6499 method constructor | 6500 method constructor |
6500 interface Text : CharacterData | 6501 interface Text : CharacterData |
6501 attribute @@toStringTag | 6502 attribute @@toStringTag |
6502 getter assignedSlot | 6503 getter assignedSlot |
6503 getter wholeText | 6504 getter wholeText |
6504 method constructor | 6505 method constructor |
6505 method getDestinationInsertionPoints | 6506 method getDestinationInsertionPoints |
6506 method splitText | 6507 method splitText |
6507 interface TextDecoder | 6508 interface TextDecoder |
6508 attribute @@toStringTag | 6509 attribute @@toStringTag |
(...skipping 2505 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
9014 setter scrollY | 9015 setter scrollY |
9015 setter scrollbars | 9016 setter scrollbars |
9016 setter status | 9017 setter status |
9017 setter statusbar | 9018 setter statusbar |
9018 setter toolbar | 9019 setter toolbar |
9019 setter visualViewport | 9020 setter visualViewport |
9020 PASS successfullyParsed is true | 9021 PASS successfullyParsed is true |
9021 | 9022 |
9022 TEST COMPLETE | 9023 TEST COMPLETE |
9023 | 9024 |
OLD | NEW |