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

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

Issue 1586563005: Add Event.scoped (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove error from test case as it bubbles up and fails test\ Created 4 years, 10 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 SharedWorkerGlobalSc ope. 1 This test documents all interface attributes and methods on SharedWorkerGlobalSc ope.
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.js
7 [Worker] [INTERFACES] 7 [Worker] [INTERFACES]
8 [Worker] interface Blob 8 [Worker] interface Blob
9 [Worker] getter size 9 [Worker] getter size
10 [Worker] getter type 10 [Worker] getter type
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 [Worker] attribute SELECT 134 [Worker] attribute SELECT
135 [Worker] getter bubbles 135 [Worker] getter bubbles
136 [Worker] getter cancelBubble 136 [Worker] getter cancelBubble
137 [Worker] getter cancelable 137 [Worker] getter cancelable
138 [Worker] getter currentTarget 138 [Worker] getter currentTarget
139 [Worker] getter deepPath 139 [Worker] getter deepPath
140 [Worker] getter defaultPrevented 140 [Worker] getter defaultPrevented
141 [Worker] getter eventPhase 141 [Worker] getter eventPhase
142 [Worker] getter path 142 [Worker] getter path
143 [Worker] getter returnValue 143 [Worker] getter returnValue
144 [Worker] getter scoped
144 [Worker] getter srcElement 145 [Worker] getter srcElement
145 [Worker] getter target 146 [Worker] getter target
146 [Worker] getter timeStamp 147 [Worker] getter timeStamp
147 [Worker] getter type 148 [Worker] getter type
148 [Worker] method constructor 149 [Worker] method constructor
149 [Worker] method initEvent 150 [Worker] method initEvent
150 [Worker] method preventDefault 151 [Worker] method preventDefault
151 [Worker] method stopImmediatePropagation 152 [Worker] method stopImmediatePropagation
152 [Worker] method stopPropagation 153 [Worker] method stopPropagation
153 [Worker] setter cancelBubble 154 [Worker] setter cancelBubble
(...skipping 685 matching lines...) Expand 10 before | Expand all | Expand 10 after
839 [Worker] [GLOBAL OBJECT] 840 [Worker] [GLOBAL OBJECT]
840 [Worker] getter caches 841 [Worker] getter caches
841 [Worker] getter name 842 [Worker] getter name
842 [Worker] getter onconnect 843 [Worker] getter onconnect
843 [Worker] method gc 844 [Worker] method gc
844 [Worker] setter onconnect 845 [Worker] setter onconnect
845 PASS successfullyParsed is true 846 PASS successfullyParsed is true
846 847
847 TEST COMPLETE 848 TEST COMPLETE
848 849
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698