| 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 3920 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3931 getter initData | 3931 getter initData |
| 3932 getter initDataType | 3932 getter initDataType |
| 3933 method constructor | 3933 method constructor |
| 3934 interface MediaError | 3934 interface MediaError |
| 3935 attribute @@toStringTag | 3935 attribute @@toStringTag |
| 3936 attribute MEDIA_ERR_ABORTED | 3936 attribute MEDIA_ERR_ABORTED |
| 3937 attribute MEDIA_ERR_DECODE | 3937 attribute MEDIA_ERR_DECODE |
| 3938 attribute MEDIA_ERR_NETWORK | 3938 attribute MEDIA_ERR_NETWORK |
| 3939 attribute MEDIA_ERR_SRC_NOT_SUPPORTED | 3939 attribute MEDIA_ERR_SRC_NOT_SUPPORTED |
| 3940 getter code | 3940 getter code |
| 3941 getter message |
| 3941 method constructor | 3942 method constructor |
| 3942 interface MediaKeyMessageEvent : Event | 3943 interface MediaKeyMessageEvent : Event |
| 3943 attribute @@toStringTag | 3944 attribute @@toStringTag |
| 3944 getter message | 3945 getter message |
| 3945 getter messageType | 3946 getter messageType |
| 3946 method constructor | 3947 method constructor |
| 3947 interface MediaKeySession : EventTarget | 3948 interface MediaKeySession : EventTarget |
| 3948 attribute @@toStringTag | 3949 attribute @@toStringTag |
| 3949 getter closed | 3950 getter closed |
| 3950 getter expiration | 3951 getter expiration |
| (...skipping 5203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 9154 setter scrollY | 9155 setter scrollY |
| 9155 setter scrollbars | 9156 setter scrollbars |
| 9156 setter status | 9157 setter status |
| 9157 setter statusbar | 9158 setter statusbar |
| 9158 setter toolbar | 9159 setter toolbar |
| 9159 setter visualViewport | 9160 setter visualViewport |
| 9160 PASS successfullyParsed is true | 9161 PASS successfullyParsed is true |
| 9161 | 9162 |
| 9162 TEST COMPLETE | 9163 TEST COMPLETE |
| 9163 | 9164 |
| OLD | NEW |