| 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 4772 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4783 getter requestId | 4783 getter requestId |
| 4784 getter shippingAddress | 4784 getter shippingAddress |
| 4785 getter shippingOption | 4785 getter shippingOption |
| 4786 method complete | 4786 method complete |
| 4787 method constructor | 4787 method constructor |
| 4788 method toJSON | 4788 method toJSON |
| 4789 interface Performance : EventTarget | 4789 interface Performance : EventTarget |
| 4790 attribute @@toStringTag | 4790 attribute @@toStringTag |
| 4791 getter memory | 4791 getter memory |
| 4792 getter navigation | 4792 getter navigation |
| 4793 getter onframetimingbufferfull | |
| 4794 getter onresourcetimingbufferfull | 4793 getter onresourcetimingbufferfull |
| 4795 getter timing | 4794 getter timing |
| 4796 method clearFrameTimings | |
| 4797 method clearMarks | 4795 method clearMarks |
| 4798 method clearMeasures | 4796 method clearMeasures |
| 4799 method clearResourceTimings | 4797 method clearResourceTimings |
| 4800 method constructor | 4798 method constructor |
| 4801 method getEntries | 4799 method getEntries |
| 4802 method getEntriesByName | 4800 method getEntriesByName |
| 4803 method getEntriesByType | 4801 method getEntriesByType |
| 4804 method mark | 4802 method mark |
| 4805 method measure | 4803 method measure |
| 4806 method now | 4804 method now |
| 4807 method setFrameTimingBufferSize | |
| 4808 method setResourceTimingBufferSize | 4805 method setResourceTimingBufferSize |
| 4809 method toJSON | 4806 method toJSON |
| 4810 setter onframetimingbufferfull | |
| 4811 setter onresourcetimingbufferfull | 4807 setter onresourcetimingbufferfull |
| 4812 interface PerformanceEntry | 4808 interface PerformanceEntry |
| 4813 attribute @@toStringTag | 4809 attribute @@toStringTag |
| 4814 getter duration | 4810 getter duration |
| 4815 getter entryType | 4811 getter entryType |
| 4816 getter name | 4812 getter name |
| 4817 getter startTime | 4813 getter startTime |
| 4818 method constructor | 4814 method constructor |
| 4819 method toJSON | 4815 method toJSON |
| 4820 interface PerformanceLongTaskTiming : PerformanceEntry | 4816 interface PerformanceLongTaskTiming : PerformanceEntry |
| (...skipping 4436 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 9257 setter scrollY | 9253 setter scrollY |
| 9258 setter scrollbars | 9254 setter scrollbars |
| 9259 setter status | 9255 setter status |
| 9260 setter statusbar | 9256 setter statusbar |
| 9261 setter toolbar | 9257 setter toolbar |
| 9262 setter visualViewport | 9258 setter visualViewport |
| 9263 PASS successfullyParsed is true | 9259 PASS successfullyParsed is true |
| 9264 | 9260 |
| 9265 TEST COMPLETE | 9261 TEST COMPLETE |
| 9266 | 9262 |
| OLD | NEW |