| 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 8391 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 8402 attribute @@toStringTag | 8402 attribute @@toStringTag |
| 8403 getter precision | 8403 getter precision |
| 8404 getter rangeMax | 8404 getter rangeMax |
| 8405 getter rangeMin | 8405 getter rangeMin |
| 8406 method constructor | 8406 method constructor |
| 8407 interface WebGLSync | 8407 interface WebGLSync |
| 8408 attribute @@toStringTag | 8408 attribute @@toStringTag |
| 8409 method constructor | 8409 method constructor |
| 8410 interface WebGLTexture | 8410 interface WebGLTexture |
| 8411 attribute @@toStringTag | 8411 attribute @@toStringTag |
| 8412 getter lastUploadedVideoHeight |
| 8413 getter lastUploadedVideoTimestamp |
| 8414 getter lastUploadedVideoWidth |
| 8412 method constructor | 8415 method constructor |
| 8413 interface WebGLTransformFeedback | 8416 interface WebGLTransformFeedback |
| 8414 attribute @@toStringTag | 8417 attribute @@toStringTag |
| 8415 method constructor | 8418 method constructor |
| 8416 interface WebGLUniformLocation | 8419 interface WebGLUniformLocation |
| 8417 attribute @@toStringTag | 8420 attribute @@toStringTag |
| 8418 method constructor | 8421 method constructor |
| 8419 interface WebGLVertexArrayObject | 8422 interface WebGLVertexArrayObject |
| 8420 attribute @@toStringTag | 8423 attribute @@toStringTag |
| 8421 method constructor | 8424 method constructor |
| (...skipping 731 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 9153 setter scrollY | 9156 setter scrollY |
| 9154 setter scrollbars | 9157 setter scrollbars |
| 9155 setter status | 9158 setter status |
| 9156 setter statusbar | 9159 setter statusbar |
| 9157 setter toolbar | 9160 setter toolbar |
| 9158 setter visualViewport | 9161 setter visualViewport |
| 9159 PASS successfullyParsed is true | 9162 PASS successfullyParsed is true |
| 9160 | 9163 |
| 9161 TEST COMPLETE | 9164 TEST COMPLETE |
| 9162 | 9165 |
| OLD | NEW |