| 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 6746 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6757 method delete | 6757 method delete |
| 6758 method entries | 6758 method entries |
| 6759 method forEach | 6759 method forEach |
| 6760 method get | 6760 method get |
| 6761 method getAll | 6761 method getAll |
| 6762 method has | 6762 method has |
| 6763 method keys | 6763 method keys |
| 6764 method set | 6764 method set |
| 6765 method toString | 6765 method toString |
| 6766 method values | 6766 method values |
| 6767 interface USB : EventTarget |
| 6768 attribute @@toStringTag |
| 6769 getter onconnect |
| 6770 getter ondisconnect |
| 6771 method constructor |
| 6772 method getDevices |
| 6773 method requestDevice |
| 6774 setter onconnect |
| 6775 setter ondisconnect |
| 6767 interface USBAlternateInterface | 6776 interface USBAlternateInterface |
| 6768 attribute @@toStringTag | 6777 attribute @@toStringTag |
| 6769 getter alternateSetting | 6778 getter alternateSetting |
| 6770 getter endpoints | 6779 getter endpoints |
| 6771 getter interfaceClass | 6780 getter interfaceClass |
| 6772 getter interfaceName | 6781 getter interfaceName |
| 6773 getter interfaceProtocol | 6782 getter interfaceProtocol |
| 6774 getter interfaceSubclass | 6783 getter interfaceSubclass |
| 6775 method constructor | 6784 method constructor |
| 6776 interface USBConfiguration | 6785 interface USBConfiguration |
| (...skipping 2277 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 9054 setter scrollY | 9063 setter scrollY |
| 9055 setter scrollbars | 9064 setter scrollbars |
| 9056 setter status | 9065 setter status |
| 9057 setter statusbar | 9066 setter statusbar |
| 9058 setter toolbar | 9067 setter toolbar |
| 9059 setter visualViewport | 9068 setter visualViewport |
| 9060 PASS successfullyParsed is true | 9069 PASS successfullyParsed is true |
| 9061 | 9070 |
| 9062 TEST COMPLETE | 9071 TEST COMPLETE |
| 9063 | 9072 |
| OLD | NEW |