| 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 4641 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4652 setter maxDistance | 4652 setter maxDistance |
| 4653 setter panningModel | 4653 setter panningModel |
| 4654 setter refDistance | 4654 setter refDistance |
| 4655 setter rolloffFactor | 4655 setter rolloffFactor |
| 4656 interface PasswordCredential : Credential | 4656 interface PasswordCredential : Credential |
| 4657 attribute @@toStringTag | 4657 attribute @@toStringTag |
| 4658 getter additionalData | 4658 getter additionalData |
| 4659 getter iconURL | 4659 getter iconURL |
| 4660 getter idName | 4660 getter idName |
| 4661 getter name | 4661 getter name |
| 4662 getter password |
| 4662 getter passwordName | 4663 getter passwordName |
| 4663 method constructor | 4664 method constructor |
| 4664 setter additionalData | 4665 setter additionalData |
| 4665 setter idName | 4666 setter idName |
| 4667 setter password |
| 4666 setter passwordName | 4668 setter passwordName |
| 4667 interface Path2D | 4669 interface Path2D |
| 4668 attribute @@toStringTag | 4670 attribute @@toStringTag |
| 4669 method addPath | 4671 method addPath |
| 4670 method arc | 4672 method arc |
| 4671 method arcTo | 4673 method arcTo |
| 4672 method bezierCurveTo | 4674 method bezierCurveTo |
| 4673 method closePath | 4675 method closePath |
| 4674 method constructor | 4676 method constructor |
| 4675 method ellipse | 4677 method ellipse |
| (...skipping 4491 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 9167 setter scrollY | 9169 setter scrollY |
| 9168 setter scrollbars | 9170 setter scrollbars |
| 9169 setter status | 9171 setter status |
| 9170 setter statusbar | 9172 setter statusbar |
| 9171 setter toolbar | 9173 setter toolbar |
| 9172 setter visualViewport | 9174 setter visualViewport |
| 9173 PASS successfullyParsed is true | 9175 PASS successfullyParsed is true |
| 9174 | 9176 |
| 9175 TEST COMPLETE | 9177 TEST COMPLETE |
| 9176 | 9178 |
| OLD | NEW |