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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt

Issue 2012423004: Rename Event.scoped to Event.composed and invert its meaning (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@event-composed-path
Patch Set: rebased Created 4 years, 6 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 interface Blob 1 interface Blob
2 getter isClosed 2 getter isClosed
3 getter size 3 getter size
4 getter type 4 getter type
5 method close 5 method close
6 method constructor 6 method constructor
7 method slice 7 method slice
8 interface ByteLengthQueuingStrategy 8 interface ByteLengthQueuingStrategy
9 method constructor 9 method constructor
10 method size 10 method size
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 attribute MOUSEDRAG 132 attribute MOUSEDRAG
133 attribute MOUSEMOVE 133 attribute MOUSEMOVE
134 attribute MOUSEOUT 134 attribute MOUSEOUT
135 attribute MOUSEOVER 135 attribute MOUSEOVER
136 attribute MOUSEUP 136 attribute MOUSEUP
137 attribute NONE 137 attribute NONE
138 attribute SELECT 138 attribute SELECT
139 getter bubbles 139 getter bubbles
140 getter cancelBubble 140 getter cancelBubble
141 getter cancelable 141 getter cancelable
142 getter composed
142 getter currentTarget 143 getter currentTarget
143 getter defaultPrevented 144 getter defaultPrevented
144 getter eventPhase 145 getter eventPhase
145 getter path 146 getter path
146 getter relatedTargetScoped 147 getter relatedTargetScoped
147 getter returnValue 148 getter returnValue
148 getter scoped
149 getter srcElement 149 getter srcElement
150 getter target 150 getter target
151 getter timeStamp 151 getter timeStamp
152 getter type 152 getter type
153 method composedPath 153 method composedPath
154 method constructor 154 method constructor
155 method initEvent 155 method initEvent
156 method preventDefault 156 method preventDefault
157 method stopImmediatePropagation 157 method stopImmediatePropagation
158 method stopPropagation 158 method stopPropagation
(...skipping 1201 matching lines...) Expand 10 before | Expand all | Expand 10 after
1360 setter onmessage 1360 setter onmessage
1361 setter onnotificationclick 1361 setter onnotificationclick
1362 setter onnotificationclose 1362 setter onnotificationclose
1363 setter onpush 1363 setter onpush
1364 setter onsync 1364 setter onsync
1365 PASS Verify the interface of ServiceWorkerGlobalScope 1365 PASS Verify the interface of ServiceWorkerGlobalScope
1366 PASS successfullyParsed is true 1366 PASS successfullyParsed is true
1367 1367
1368 TEST COMPLETE 1368 TEST COMPLETE
1369 1369
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698