| 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 4770 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4781 getter requestId | 4781 getter requestId |
| 4782 getter shippingAddress | 4782 getter shippingAddress |
| 4783 getter shippingOption | 4783 getter shippingOption |
| 4784 method complete | 4784 method complete |
| 4785 method constructor | 4785 method constructor |
| 4786 method toJSON | 4786 method toJSON |
| 4787 interface Performance : EventTarget | 4787 interface Performance : EventTarget |
| 4788 attribute @@toStringTag | 4788 attribute @@toStringTag |
| 4789 getter memory | 4789 getter memory |
| 4790 getter navigation | 4790 getter navigation |
| 4791 getter onframetimingbufferfull | |
| 4792 getter onresourcetimingbufferfull | 4791 getter onresourcetimingbufferfull |
| 4793 getter timing | 4792 getter timing |
| 4794 method clearFrameTimings | |
| 4795 method clearMarks | 4793 method clearMarks |
| 4796 method clearMeasures | 4794 method clearMeasures |
| 4797 method clearResourceTimings | 4795 method clearResourceTimings |
| 4798 method constructor | 4796 method constructor |
| 4799 method getEntries | 4797 method getEntries |
| 4800 method getEntriesByName | 4798 method getEntriesByName |
| 4801 method getEntriesByType | 4799 method getEntriesByType |
| 4802 method mark | 4800 method mark |
| 4803 method measure | 4801 method measure |
| 4804 method now | 4802 method now |
| 4805 method setFrameTimingBufferSize | |
| 4806 method setResourceTimingBufferSize | 4803 method setResourceTimingBufferSize |
| 4807 method toJSON | 4804 method toJSON |
| 4808 setter onframetimingbufferfull | |
| 4809 setter onresourcetimingbufferfull | 4805 setter onresourcetimingbufferfull |
| 4810 interface PerformanceEntry | 4806 interface PerformanceEntry |
| 4811 attribute @@toStringTag | 4807 attribute @@toStringTag |
| 4812 getter duration | 4808 getter duration |
| 4813 getter entryType | 4809 getter entryType |
| 4814 getter name | 4810 getter name |
| 4815 getter startTime | 4811 getter startTime |
| 4816 method constructor | 4812 method constructor |
| 4817 method toJSON | 4813 method toJSON |
| 4818 interface PerformanceLongTaskTiming : PerformanceEntry | 4814 interface PerformanceLongTaskTiming : PerformanceEntry |
| (...skipping 4426 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 9245 setter scrollY | 9241 setter scrollY |
| 9246 setter scrollbars | 9242 setter scrollbars |
| 9247 setter status | 9243 setter status |
| 9248 setter statusbar | 9244 setter statusbar |
| 9249 setter toolbar | 9245 setter toolbar |
| 9250 setter view | 9246 setter view |
| 9251 PASS successfullyParsed is true | 9247 PASS successfullyParsed is true |
| 9252 | 9248 |
| 9253 TEST COMPLETE | 9249 TEST COMPLETE |
| 9254 | 9250 |
| OLD | NEW |