| 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 5075 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5086 interface RTCSessionDescription | 5086 interface RTCSessionDescription |
| 5087 attribute @@toStringTag | 5087 attribute @@toStringTag |
| 5088 getter sdp | 5088 getter sdp |
| 5089 getter type | 5089 getter type |
| 5090 method constructor | 5090 method constructor |
| 5091 method toJSON | 5091 method toJSON |
| 5092 setter sdp | 5092 setter sdp |
| 5093 setter type | 5093 setter type |
| 5094 interface RTCStatsReport | 5094 interface RTCStatsReport |
| 5095 attribute @@toStringTag | 5095 attribute @@toStringTag |
| 5096 getter size |
| 5096 method @@iterator | 5097 method @@iterator |
| 5097 method constructor | 5098 method constructor |
| 5098 method entries | 5099 method entries |
| 5099 method forEach | 5100 method forEach |
| 5100 method get | 5101 method get |
| 5101 method has | 5102 method has |
| 5102 method keys | 5103 method keys |
| 5103 method values | 5104 method values |
| 5104 interface RadioNodeList : NodeList | 5105 interface RadioNodeList : NodeList |
| 5105 attribute @@toStringTag | 5106 attribute @@toStringTag |
| (...skipping 4049 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 9155 setter scrollY | 9156 setter scrollY |
| 9156 setter scrollbars | 9157 setter scrollbars |
| 9157 setter status | 9158 setter status |
| 9158 setter statusbar | 9159 setter statusbar |
| 9159 setter toolbar | 9160 setter toolbar |
| 9160 setter visualViewport | 9161 setter visualViewport |
| 9161 PASS successfullyParsed is true | 9162 PASS successfullyParsed is true |
| 9162 | 9163 |
| 9163 TEST COMPLETE | 9164 TEST COMPLETE |
| 9164 | 9165 |
| OLD | NEW |