| 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 4984 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4995 method constructor | 4995 method constructor |
| 4996 interface PushManager | 4996 interface PushManager |
| 4997 attribute @@toStringTag | 4997 attribute @@toStringTag |
| 4998 method constructor | 4998 method constructor |
| 4999 method getSubscription | 4999 method getSubscription |
| 5000 method permissionState | 5000 method permissionState |
| 5001 method subscribe | 5001 method subscribe |
| 5002 interface PushSubscription | 5002 interface PushSubscription |
| 5003 attribute @@toStringTag | 5003 attribute @@toStringTag |
| 5004 getter endpoint | 5004 getter endpoint |
| 5005 getter expirationTime |
| 5005 getter options | 5006 getter options |
| 5006 method constructor | 5007 method constructor |
| 5007 method getKey | 5008 method getKey |
| 5008 method toJSON | 5009 method toJSON |
| 5009 method unsubscribe | 5010 method unsubscribe |
| 5010 interface PushSubscriptionOptions | 5011 interface PushSubscriptionOptions |
| 5011 attribute @@toStringTag | 5012 attribute @@toStringTag |
| 5012 getter applicationServerKey | 5013 getter applicationServerKey |
| 5013 getter userVisibleOnly | 5014 getter userVisibleOnly |
| 5014 method constructor | 5015 method constructor |
| (...skipping 4160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 9175 setter scrollY | 9176 setter scrollY |
| 9176 setter scrollbars | 9177 setter scrollbars |
| 9177 setter status | 9178 setter status |
| 9178 setter statusbar | 9179 setter statusbar |
| 9179 setter toolbar | 9180 setter toolbar |
| 9180 setter visualViewport | 9181 setter visualViewport |
| 9181 PASS successfullyParsed is true | 9182 PASS successfullyParsed is true |
| 9182 | 9183 |
| 9183 TEST COMPLETE | 9184 TEST COMPLETE |
| 9184 | 9185 |
| OLD | NEW |