| 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 Accelerometer : Sensor | 8 interface Accelerometer : Sensor |
| 9 attribute @@toStringTag | 9 attribute @@toStringTag |
| 10 getter includesGravity | 10 getter includesGravity |
| (...skipping 1124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1135 static method fromPoint | 1135 static method fromPoint |
| 1136 attribute @@toStringTag | 1136 attribute @@toStringTag |
| 1137 getter w | 1137 getter w |
| 1138 getter x | 1138 getter x |
| 1139 getter y | 1139 getter y |
| 1140 getter z | 1140 getter z |
| 1141 method constructor | 1141 method constructor |
| 1142 method matrixTransform | 1142 method matrixTransform |
| 1143 method toJSON | 1143 method toJSON |
| 1144 interface DOMQuad | 1144 interface DOMQuad |
| 1145 static method fromRect |
| 1145 attribute @@toStringTag | 1146 attribute @@toStringTag |
| 1146 getter p1 | 1147 getter p1 |
| 1147 getter p2 | 1148 getter p2 |
| 1148 getter p3 | 1149 getter p3 |
| 1149 getter p4 | 1150 getter p4 |
| 1150 method constructor | 1151 method constructor |
| 1151 method toJSON | 1152 method toJSON |
| 1152 interface DOMRect : DOMRectReadOnly | 1153 interface DOMRect : DOMRectReadOnly |
| 1153 attribute @@toStringTag | 1154 attribute @@toStringTag |
| 1154 getter height | 1155 getter height |
| (...skipping 7854 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 9009 setter scrollY | 9010 setter scrollY |
| 9010 setter scrollbars | 9011 setter scrollbars |
| 9011 setter status | 9012 setter status |
| 9012 setter statusbar | 9013 setter statusbar |
| 9013 setter toolbar | 9014 setter toolbar |
| 9014 setter visualViewport | 9015 setter visualViewport |
| 9015 PASS successfullyParsed is true | 9016 PASS successfullyParsed is true |
| 9016 | 9017 |
| 9017 TEST COMPLETE | 9018 TEST COMPLETE |
| 9018 | 9019 |
| OLD | NEW |