| 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 4969 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4980 getter lengthComputable | 4980 getter lengthComputable |
| 4981 getter loaded | 4981 getter loaded |
| 4982 getter total | 4982 getter total |
| 4983 method constructor | 4983 method constructor |
| 4984 interface PromiseRejectionEvent : Event | 4984 interface PromiseRejectionEvent : Event |
| 4985 attribute @@toStringTag | 4985 attribute @@toStringTag |
| 4986 getter promise | 4986 getter promise |
| 4987 getter reason | 4987 getter reason |
| 4988 method constructor | 4988 method constructor |
| 4989 interface PushManager | 4989 interface PushManager |
| 4990 static getter supportedContentEncodings |
| 4990 attribute @@toStringTag | 4991 attribute @@toStringTag |
| 4991 method constructor | 4992 method constructor |
| 4992 method getSubscription | 4993 method getSubscription |
| 4993 method permissionState | 4994 method permissionState |
| 4994 method subscribe | 4995 method subscribe |
| 4995 interface PushSubscription | 4996 interface PushSubscription |
| 4996 attribute @@toStringTag | 4997 attribute @@toStringTag |
| 4997 getter endpoint | 4998 getter endpoint |
| 4998 getter options | 4999 getter options |
| 4999 method constructor | 5000 method constructor |
| (...skipping 4167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 9167 setter scrollY | 9168 setter scrollY |
| 9168 setter scrollbars | 9169 setter scrollbars |
| 9169 setter status | 9170 setter status |
| 9170 setter statusbar | 9171 setter statusbar |
| 9171 setter toolbar | 9172 setter toolbar |
| 9172 setter visualViewport | 9173 setter visualViewport |
| 9173 PASS successfullyParsed is true | 9174 PASS successfullyParsed is true |
| 9174 | 9175 |
| 9175 TEST COMPLETE | 9176 TEST COMPLETE |
| 9176 | 9177 |
| OLD | NEW |