| 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 587 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 598 interface CSSLengthValue : CSSStyleValue | 598 interface CSSLengthValue : CSSStyleValue |
| 599 static method from | 599 static method from |
| 600 attribute @@toStringTag | 600 attribute @@toStringTag |
| 601 method add | 601 method add |
| 602 method constructor | 602 method constructor |
| 603 method divide | 603 method divide |
| 604 method multiply | 604 method multiply |
| 605 method subtract | 605 method subtract |
| 606 interface CSSMatrixComponent : CSSTransformComponent | 606 interface CSSMatrixComponent : CSSTransformComponent |
| 607 attribute @@toStringTag | 607 attribute @@toStringTag |
| 608 getter a | 608 getter matrix |
| 609 getter b | |
| 610 getter c | |
| 611 getter d | |
| 612 getter e | |
| 613 getter f | |
| 614 getter m11 | |
| 615 getter m12 | |
| 616 getter m13 | |
| 617 getter m14 | |
| 618 getter m21 | |
| 619 getter m22 | |
| 620 getter m23 | |
| 621 getter m24 | |
| 622 getter m31 | |
| 623 getter m32 | |
| 624 getter m33 | |
| 625 getter m34 | |
| 626 getter m41 | |
| 627 getter m42 | |
| 628 getter m43 | |
| 629 getter m44 | |
| 630 method constructor | 609 method constructor |
| 610 setter matrix |
| 631 interface CSSMediaRule : CSSConditionRule | 611 interface CSSMediaRule : CSSConditionRule |
| 632 attribute @@toStringTag | 612 attribute @@toStringTag |
| 633 getter media | 613 getter media |
| 634 method constructor | 614 method constructor |
| 635 interface CSSNamespaceRule : CSSRule | 615 interface CSSNamespaceRule : CSSRule |
| 636 attribute @@toStringTag | 616 attribute @@toStringTag |
| 637 getter namespaceURI | 617 getter namespaceURI |
| 638 getter prefix | 618 getter prefix |
| 639 method constructor | 619 method constructor |
| 640 interface CSSNumberValue : CSSStyleValue | 620 interface CSSNumberValue : CSSStyleValue |
| (...skipping 8581 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 9222 setter scrollY | 9202 setter scrollY |
| 9223 setter scrollbars | 9203 setter scrollbars |
| 9224 setter status | 9204 setter status |
| 9225 setter statusbar | 9205 setter statusbar |
| 9226 setter toolbar | 9206 setter toolbar |
| 9227 setter visualViewport | 9207 setter visualViewport |
| 9228 PASS successfullyParsed is true | 9208 PASS successfullyParsed is true |
| 9229 | 9209 |
| 9230 TEST COMPLETE | 9210 TEST COMPLETE |
| 9231 | 9211 |
| OLD | NEW |