| OLD | NEW |
| 1 CONSOLE WARNING: line 94: 'webkitURL' is deprecated. Please use 'URL' instead. | 1 CONSOLE WARNING: line 94: '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 1227 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1238 interface DetectedBarcode | 1238 interface DetectedBarcode |
| 1239 attribute @@toStringTag | 1239 attribute @@toStringTag |
| 1240 getter boundingBox | 1240 getter boundingBox |
| 1241 getter cornerPoints | 1241 getter cornerPoints |
| 1242 getter rawValue | 1242 getter rawValue |
| 1243 method constructor | 1243 method constructor |
| 1244 interface DetectedFace | 1244 interface DetectedFace |
| 1245 attribute @@toStringTag | 1245 attribute @@toStringTag |
| 1246 getter boundingBox | 1246 getter boundingBox |
| 1247 method constructor | 1247 method constructor |
| 1248 interface DetectedText |
| 1249 attribute @@toStringTag |
| 1250 getter boundingBox |
| 1251 getter rawValue |
| 1252 method constructor |
| 1248 interface DeviceLightEvent : Event | 1253 interface DeviceLightEvent : Event |
| 1249 attribute @@toStringTag | 1254 attribute @@toStringTag |
| 1250 getter value | 1255 getter value |
| 1251 method constructor | 1256 method constructor |
| 1252 interface DeviceMotionEvent : Event | 1257 interface DeviceMotionEvent : Event |
| 1253 attribute @@toStringTag | 1258 attribute @@toStringTag |
| 1254 getter acceleration | 1259 getter acceleration |
| 1255 getter accelerationIncludingGravity | 1260 getter accelerationIncludingGravity |
| 1256 getter interval | 1261 getter interval |
| 1257 getter rotationRate | 1262 getter rotationRate |
| (...skipping 5215 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6473 method constructor | 6478 method constructor |
| 6474 method getDestinationInsertionPoints | 6479 method getDestinationInsertionPoints |
| 6475 method splitText | 6480 method splitText |
| 6476 interface TextDecoder | 6481 interface TextDecoder |
| 6477 attribute @@toStringTag | 6482 attribute @@toStringTag |
| 6478 getter encoding | 6483 getter encoding |
| 6479 getter fatal | 6484 getter fatal |
| 6480 getter ignoreBOM | 6485 getter ignoreBOM |
| 6481 method constructor | 6486 method constructor |
| 6482 method decode | 6487 method decode |
| 6488 interface TextDetector |
| 6489 attribute @@toStringTag |
| 6490 method constructor |
| 6491 method detect |
| 6483 interface TextEncoder | 6492 interface TextEncoder |
| 6484 attribute @@toStringTag | 6493 attribute @@toStringTag |
| 6485 getter encoding | 6494 getter encoding |
| 6486 method constructor | 6495 method constructor |
| 6487 method encode | 6496 method encode |
| 6488 interface TextEvent : UIEvent | 6497 interface TextEvent : UIEvent |
| 6489 attribute @@toStringTag | 6498 attribute @@toStringTag |
| 6490 getter data | 6499 getter data |
| 6491 method constructor | 6500 method constructor |
| 6492 method initTextEvent | 6501 method initTextEvent |
| (...skipping 2486 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 8979 setter scrollY | 8988 setter scrollY |
| 8980 setter scrollbars | 8989 setter scrollbars |
| 8981 setter status | 8990 setter status |
| 8982 setter statusbar | 8991 setter statusbar |
| 8983 setter toolbar | 8992 setter toolbar |
| 8984 setter visualViewport | 8993 setter visualViewport |
| 8985 PASS successfullyParsed is true | 8994 PASS successfullyParsed is true |
| 8986 | 8995 |
| 8987 TEST COMPLETE | 8996 TEST COMPLETE |
| 8988 | 8997 |
| OLD | NEW |