| 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 3747 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3758 method grabFrame | 3758 method grabFrame |
| 3759 method setOptions | 3759 method setOptions |
| 3760 method takePhoto | 3760 method takePhoto |
| 3761 interface ImageData | 3761 interface ImageData |
| 3762 attribute @@toStringTag | 3762 attribute @@toStringTag |
| 3763 getter data | 3763 getter data |
| 3764 getter dataUnion | 3764 getter dataUnion |
| 3765 getter height | 3765 getter height |
| 3766 getter width | 3766 getter width |
| 3767 method constructor | 3767 method constructor |
| 3768 method createImageData | |
| 3769 method getColorSettings | 3768 method getColorSettings |
| 3770 interface InputDeviceCapabilities | 3769 interface InputDeviceCapabilities |
| 3771 attribute @@toStringTag | 3770 attribute @@toStringTag |
| 3772 getter firesTouchEvents | 3771 getter firesTouchEvents |
| 3773 method constructor | 3772 method constructor |
| 3774 interface InputEvent : UIEvent | 3773 interface InputEvent : UIEvent |
| 3775 attribute @@toStringTag | 3774 attribute @@toStringTag |
| 3776 getter data | 3775 getter data |
| 3777 getter dataTransfer | 3776 getter dataTransfer |
| 3778 getter inputType | 3777 getter inputType |
| (...skipping 5375 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 9154 setter scrollY | 9153 setter scrollY |
| 9155 setter scrollbars | 9154 setter scrollbars |
| 9156 setter status | 9155 setter status |
| 9157 setter statusbar | 9156 setter statusbar |
| 9158 setter toolbar | 9157 setter toolbar |
| 9159 setter visualViewport | 9158 setter visualViewport |
| 9160 PASS successfullyParsed is true | 9159 PASS successfullyParsed is true |
| 9161 | 9160 |
| 9162 TEST COMPLETE | 9161 TEST COMPLETE |
| 9163 | 9162 |
| OLD | NEW |