| 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 1297 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1308 attribute @@toStringTag | 1308 attribute @@toStringTag |
| 1309 getter value | 1309 getter value |
| 1310 method constructor | 1310 method constructor |
| 1311 interface DeviceMotionEvent : Event | 1311 interface DeviceMotionEvent : Event |
| 1312 attribute @@toStringTag | 1312 attribute @@toStringTag |
| 1313 getter acceleration | 1313 getter acceleration |
| 1314 getter accelerationIncludingGravity | 1314 getter accelerationIncludingGravity |
| 1315 getter interval | 1315 getter interval |
| 1316 getter rotationRate | 1316 getter rotationRate |
| 1317 method constructor | 1317 method constructor |
| 1318 method initDeviceMotionEvent | |
| 1319 interface DeviceOrientationEvent : Event | 1318 interface DeviceOrientationEvent : Event |
| 1320 attribute @@toStringTag | 1319 attribute @@toStringTag |
| 1321 getter absolute | 1320 getter absolute |
| 1322 getter alpha | 1321 getter alpha |
| 1323 getter beta | 1322 getter beta |
| 1324 getter gamma | 1323 getter gamma |
| 1325 method constructor | 1324 method constructor |
| 1326 method initDeviceOrientationEvent | |
| 1327 interface Document : Node | 1325 interface Document : Node |
| 1328 attribute @@toStringTag | 1326 attribute @@toStringTag |
| 1329 attribute @@unscopables | 1327 attribute @@unscopables |
| 1330 getter URL | 1328 getter URL |
| 1331 getter activeElement | 1329 getter activeElement |
| 1332 getter addressSpace | 1330 getter addressSpace |
| 1333 getter anchors | 1331 getter anchors |
| 1334 getter applets | 1332 getter applets |
| 1335 getter body | 1333 getter body |
| 1336 getter characterSet | 1334 getter characterSet |
| (...skipping 7820 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 9157 setter scrollY | 9155 setter scrollY |
| 9158 setter scrollbars | 9156 setter scrollbars |
| 9159 setter status | 9157 setter status |
| 9160 setter statusbar | 9158 setter statusbar |
| 9161 setter toolbar | 9159 setter toolbar |
| 9162 setter visualViewport | 9160 setter visualViewport |
| 9163 PASS successfullyParsed is true | 9161 PASS successfullyParsed is true |
| 9164 | 9162 |
| 9165 TEST COMPLETE | 9163 TEST COMPLETE |
| 9166 | 9164 |
| OLD | NEW |