Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(755)

Side by Side Diff: third_party/WebKit/LayoutTests/webexposed/global-interface-listing-compositor-worker-expected.txt

Issue 2889423003: Unify webexposed/global-interface-listing scripts (Closed)
Patch Set: Rebased Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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.js 6 Starting worker: resources/global-interface-listing-worker.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
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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698