| OLD | NEW |
| 1 CONSOLE WARNING: line 70: 'webkitURL' is deprecated. Please use 'URL' instead. | 1 CONSOLE WARNING: line 70: '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 665 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 676 interface CSSPageRule : CSSRule | 676 interface CSSPageRule : CSSRule |
| 677 attribute @@toStringTag | 677 attribute @@toStringTag |
| 678 getter selectorText | 678 getter selectorText |
| 679 getter style | 679 getter style |
| 680 method constructor | 680 method constructor |
| 681 setter selectorText | 681 setter selectorText |
| 682 interface CSSPerspective : CSSTransformComponent | 682 interface CSSPerspective : CSSTransformComponent |
| 683 attribute @@toStringTag | 683 attribute @@toStringTag |
| 684 getter length | 684 getter length |
| 685 method constructor | 685 method constructor |
| 686 setter length |
| 686 interface CSSPositionValue : CSSStyleValue | 687 interface CSSPositionValue : CSSStyleValue |
| 687 attribute @@toStringTag | 688 attribute @@toStringTag |
| 688 getter x | 689 getter x |
| 689 getter y | 690 getter y |
| 690 method constructor | 691 method constructor |
| 691 interface CSSResourceValue : CSSStyleValue | 692 interface CSSResourceValue : CSSStyleValue |
| 692 attribute @@toStringTag | 693 attribute @@toStringTag |
| 693 getter state | 694 getter state |
| 694 method constructor | 695 method constructor |
| 695 interface CSSRotation : CSSTransformComponent | 696 interface CSSRotation : CSSTransformComponent |
| (...skipping 8536 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 9232 setter scrollY | 9233 setter scrollY |
| 9233 setter scrollbars | 9234 setter scrollbars |
| 9234 setter status | 9235 setter status |
| 9235 setter statusbar | 9236 setter statusbar |
| 9236 setter toolbar | 9237 setter toolbar |
| 9237 setter view | 9238 setter view |
| 9238 PASS successfullyParsed is true | 9239 PASS successfullyParsed is true |
| 9239 | 9240 |
| 9240 TEST COMPLETE | 9241 TEST COMPLETE |
| 9241 | 9242 |
| OLD | NEW |