| OLD | NEW |
| 1 This test documents all interface attributes and methods on CompositorWorkerGlob
alScope. | 1 This test documents all interface attributes and methods on CompositorWorkerGlob
alScope. |
| 2 | 2 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 | 4 |
| 5 | 5 |
| 6 Starting worker: resources/global-interface-listing-worker.js | 6 Starting worker: resources/global-interface-listing.js |
| 7 [Worker] [INTERFACES] | 7 [Worker] [INTERFACES] |
| 8 [Worker] interface ByteLengthQueuingStrategy | 8 [Worker] interface ByteLengthQueuingStrategy |
| 9 [Worker] method constructor | 9 [Worker] method constructor |
| 10 [Worker] method size | 10 [Worker] method size |
| 11 [Worker] interface CompositorProxy | 11 [Worker] interface CompositorProxy |
| 12 [Worker] attribute @@toStringTag | 12 [Worker] attribute @@toStringTag |
| 13 [Worker] getter initialized | 13 [Worker] getter initialized |
| 14 [Worker] getter opacity | 14 [Worker] getter opacity |
| 15 [Worker] getter scrollLeft | 15 [Worker] getter scrollLeft |
| 16 [Worker] getter scrollTop | 16 [Worker] getter scrollTop |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 75 [Worker] getter onmessage | 75 [Worker] getter onmessage |
| 76 [Worker] method cancelAnimationFrame | 76 [Worker] method cancelAnimationFrame |
| 77 [Worker] method gc | 77 [Worker] method gc |
| 78 [Worker] method postMessage | 78 [Worker] method postMessage |
| 79 [Worker] method requestAnimationFrame | 79 [Worker] method requestAnimationFrame |
| 80 [Worker] setter onmessage | 80 [Worker] setter onmessage |
| 81 PASS successfullyParsed is true | 81 PASS successfullyParsed is true |
| 82 | 82 |
| 83 TEST COMPLETE | 83 TEST COMPLETE |
| 84 | 84 |
| OLD | NEW |