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 1303 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1314 method constructor | 1314 method constructor |
1315 interface DetectedFace | 1315 interface DetectedFace |
1316 attribute @@toStringTag | 1316 attribute @@toStringTag |
1317 getter boundingBox | 1317 getter boundingBox |
1318 method constructor | 1318 method constructor |
1319 interface DetectedText | 1319 interface DetectedText |
1320 attribute @@toStringTag | 1320 attribute @@toStringTag |
1321 getter boundingBox | 1321 getter boundingBox |
1322 getter rawValue | 1322 getter rawValue |
1323 method constructor | 1323 method constructor |
1324 interface DeviceLightEvent : Event | |
1325 attribute @@toStringTag | |
1326 getter value | |
1327 method constructor | |
1328 interface DeviceMotionEvent : Event | 1324 interface DeviceMotionEvent : Event |
1329 attribute @@toStringTag | 1325 attribute @@toStringTag |
1330 getter acceleration | 1326 getter acceleration |
1331 getter accelerationIncludingGravity | 1327 getter accelerationIncludingGravity |
1332 getter interval | 1328 getter interval |
1333 getter rotationRate | 1329 getter rotationRate |
1334 method constructor | 1330 method constructor |
1335 interface DeviceOrientationEvent : Event | 1331 interface DeviceOrientationEvent : Event |
1336 attribute @@toStringTag | 1332 attribute @@toStringTag |
1337 getter absolute | 1333 getter absolute |
(...skipping 7835 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
9173 setter scrollY | 9169 setter scrollY |
9174 setter scrollbars | 9170 setter scrollbars |
9175 setter status | 9171 setter status |
9176 setter statusbar | 9172 setter statusbar |
9177 setter toolbar | 9173 setter toolbar |
9178 setter visualViewport | 9174 setter visualViewport |
9179 PASS successfullyParsed is true | 9175 PASS successfullyParsed is true |
9180 | 9176 |
9181 TEST COMPLETE | 9177 TEST COMPLETE |
9182 | 9178 |
OLD | NEW |