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