| 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 4763 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4774 getter requestId | 4774 getter requestId |
| 4775 getter shippingAddress | 4775 getter shippingAddress |
| 4776 getter shippingOption | 4776 getter shippingOption |
| 4777 method complete | 4777 method complete |
| 4778 method constructor | 4778 method constructor |
| 4779 method toJSON | 4779 method toJSON |
| 4780 interface Performance : EventTarget | 4780 interface Performance : EventTarget |
| 4781 attribute @@toStringTag | 4781 attribute @@toStringTag |
| 4782 getter memory | 4782 getter memory |
| 4783 getter navigation | 4783 getter navigation |
| 4784 getter onframetimingbufferfull | |
| 4785 getter onresourcetimingbufferfull | 4784 getter onresourcetimingbufferfull |
| 4786 getter timing | 4785 getter timing |
| 4787 method clearFrameTimings | |
| 4788 method clearMarks | 4786 method clearMarks |
| 4789 method clearMeasures | 4787 method clearMeasures |
| 4790 method clearResourceTimings | 4788 method clearResourceTimings |
| 4791 method constructor | 4789 method constructor |
| 4792 method getEntries | 4790 method getEntries |
| 4793 method getEntriesByName | 4791 method getEntriesByName |
| 4794 method getEntriesByType | 4792 method getEntriesByType |
| 4795 method mark | 4793 method mark |
| 4796 method measure | 4794 method measure |
| 4797 method now | 4795 method now |
| 4798 method setFrameTimingBufferSize | |
| 4799 method setResourceTimingBufferSize | 4796 method setResourceTimingBufferSize |
| 4800 method toJSON | 4797 method toJSON |
| 4801 setter onframetimingbufferfull | |
| 4802 setter onresourcetimingbufferfull | 4798 setter onresourcetimingbufferfull |
| 4803 interface PerformanceEntry | 4799 interface PerformanceEntry |
| 4804 attribute @@toStringTag | 4800 attribute @@toStringTag |
| 4805 getter duration | 4801 getter duration |
| 4806 getter entryType | 4802 getter entryType |
| 4807 getter name | 4803 getter name |
| 4808 getter startTime | 4804 getter startTime |
| 4809 method constructor | 4805 method constructor |
| 4810 method toJSON | 4806 method toJSON |
| 4811 interface PerformanceLongTaskTiming : PerformanceEntry | 4807 interface PerformanceLongTaskTiming : PerformanceEntry |
| (...skipping 4425 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 9237 setter scrollY | 9233 setter scrollY |
| 9238 setter scrollbars | 9234 setter scrollbars |
| 9239 setter status | 9235 setter status |
| 9240 setter statusbar | 9236 setter statusbar |
| 9241 setter toolbar | 9237 setter toolbar |
| 9242 setter view | 9238 setter view |
| 9243 PASS successfullyParsed is true | 9239 PASS successfullyParsed is true |
| 9244 | 9240 |
| 9245 TEST COMPLETE | 9241 TEST COMPLETE |
| 9246 | 9242 |
| OLD | NEW |