| 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 1319 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1330 method constructor | 1330 method constructor |
| 1331 interface DetectedBarcode | 1331 interface DetectedBarcode |
| 1332 attribute @@toStringTag | 1332 attribute @@toStringTag |
| 1333 getter boundingBox | 1333 getter boundingBox |
| 1334 getter cornerPoints | 1334 getter cornerPoints |
| 1335 getter rawValue | 1335 getter rawValue |
| 1336 method constructor | 1336 method constructor |
| 1337 interface DetectedFace | 1337 interface DetectedFace |
| 1338 attribute @@toStringTag | 1338 attribute @@toStringTag |
| 1339 getter boundingBox | 1339 getter boundingBox |
| 1340 getter landmarks |
| 1340 method constructor | 1341 method constructor |
| 1341 interface DetectedText | 1342 interface DetectedText |
| 1342 attribute @@toStringTag | 1343 attribute @@toStringTag |
| 1343 getter boundingBox | 1344 getter boundingBox |
| 1344 getter rawValue | 1345 getter rawValue |
| 1345 method constructor | 1346 method constructor |
| 1346 interface DeviceMotionEvent : Event | 1347 interface DeviceMotionEvent : Event |
| 1347 attribute @@toStringTag | 1348 attribute @@toStringTag |
| 1348 getter acceleration | 1349 getter acceleration |
| 1349 getter accelerationIncludingGravity | 1350 getter accelerationIncludingGravity |
| (...skipping 7822 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 9172 setter scrollY | 9173 setter scrollY |
| 9173 setter scrollbars | 9174 setter scrollbars |
| 9174 setter status | 9175 setter status |
| 9175 setter statusbar | 9176 setter statusbar |
| 9176 setter toolbar | 9177 setter toolbar |
| 9177 setter visualViewport | 9178 setter visualViewport |
| 9178 PASS successfullyParsed is true | 9179 PASS successfullyParsed is true |
| 9179 | 9180 |
| 9180 TEST COMPLETE | 9181 TEST COMPLETE |
| 9181 | 9182 |
| OLD | NEW |