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

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

Issue 1577163003: Add deepPath (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix layout test results Created 4 years, 11 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 size 2 getter size
3 getter type 3 getter type
4 method close 4 method close
5 method constructor 5 method constructor
6 method slice 6 method slice
7 interface ByteLengthQueuingStrategy 7 interface ByteLengthQueuingStrategy
8 method constructor 8 method constructor
9 method size 9 method size
10 interface Cache 10 interface Cache
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 attribute MOUSEMOVE 138 attribute MOUSEMOVE
139 attribute MOUSEOUT 139 attribute MOUSEOUT
140 attribute MOUSEOVER 140 attribute MOUSEOVER
141 attribute MOUSEUP 141 attribute MOUSEUP
142 attribute NONE 142 attribute NONE
143 attribute SELECT 143 attribute SELECT
144 getter bubbles 144 getter bubbles
145 getter cancelBubble 145 getter cancelBubble
146 getter cancelable 146 getter cancelable
147 getter currentTarget 147 getter currentTarget
148 getter deepPath
148 getter defaultPrevented 149 getter defaultPrevented
149 getter eventPhase 150 getter eventPhase
150 getter path 151 getter path
151 getter returnValue 152 getter returnValue
152 getter srcElement 153 getter srcElement
153 getter target 154 getter target
154 getter timeStamp 155 getter timeStamp
155 getter type 156 getter type
156 method constructor 157 method constructor
157 method initEvent 158 method initEvent
(...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after
446 method close 447 method close
447 method constructor 448 method constructor
448 setter onclick 449 setter onclick
449 setter onclose 450 setter onclose
450 setter onerror 451 setter onerror
451 setter onshow 452 setter onshow
452 interface NotificationEvent : ExtendableEvent 453 interface NotificationEvent : ExtendableEvent
453 getter action 454 getter action
454 getter notification 455 getter notification
455 method constructor 456 method constructor
456 interface OffScreenCanvas
457 getter height
458 getter width
459 method constructor
460 setter height
461 setter width
kochi 2016/01/13 09:03:28 Something that is not your change seems to have sn
yuzuchan 2016/01/15 04:18:31 Done.
462 interface PerformanceObserverEntryList 457 interface PerformanceObserverEntryList
463 method constructor 458 method constructor
464 method getEntries 459 method getEntries
465 method getEntriesByName 460 method getEntriesByName
466 method getEntriesByType 461 method getEntriesByType
467 interface PermissionStatus : EventTarget 462 interface PermissionStatus : EventTarget
468 getter onchange 463 getter onchange
469 getter state 464 getter state
470 method constructor 465 method constructor
471 setter onchange 466 setter onchange
(...skipping 400 matching lines...) Expand 10 before | Expand all | Expand 10 after
872 setter ongeofenceleave 867 setter ongeofenceleave
873 setter oninstall 868 setter oninstall
874 setter onmessage 869 setter onmessage
875 setter onnotificationclick 870 setter onnotificationclick
876 setter onpush 871 setter onpush
877 setter onsync 872 setter onsync
878 This is a testharness.js-based test. 873 This is a testharness.js-based test.
879 PASS Verify the interface of ServiceWorkerGlobalScope 874 PASS Verify the interface of ServiceWorkerGlobalScope
880 Harness: the test ran to completion. 875 Harness: the test ran to completion.
881 876
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698