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

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

Issue 2845963002: [ServiceWorker] Add type attribute into Client object (Closed)
Patch Set: Address comments from foolip@ 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 interface Blob 1 interface Blob
2 getter size 2 getter size
3 getter type 3 getter type
4 method constructor 4 method constructor
5 method slice 5 method slice
6 interface BroadcastChannel : EventTarget 6 interface BroadcastChannel : EventTarget
7 getter name 7 getter name
8 getter onmessage 8 getter onmessage
9 method close 9 method close
10 method constructor 10 method constructor
(...skipping 14 matching lines...) Expand all
25 interface CacheStorage 25 interface CacheStorage
26 method constructor 26 method constructor
27 method delete 27 method delete
28 method has 28 method has
29 method keys 29 method keys
30 method match 30 method match
31 method open 31 method open
32 interface Client 32 interface Client
33 getter frameType 33 getter frameType
34 getter id 34 getter id
35 getter type
35 getter url 36 getter url
36 method constructor 37 method constructor
37 method postMessage 38 method postMessage
38 interface Clients 39 interface Clients
39 method claim 40 method claim
40 method constructor 41 method constructor
41 method get 42 method get
42 method matchAll 43 method matchAll
43 method openWindow 44 method openWindow
44 interface CloseEvent : Event 45 interface CloseEvent : Event
(...skipping 670 matching lines...) Expand 10 before | Expand all | Expand 10 after
715 setter onmessage 716 setter onmessage
716 setter onnotificationclick 717 setter onnotificationclick
717 setter onnotificationclose 718 setter onnotificationclose
718 setter onpush 719 setter onpush
719 setter onsync 720 setter onsync
720 PASS Verify the interface of ServiceWorkerGlobalScope 721 PASS Verify the interface of ServiceWorkerGlobalScope
721 PASS successfullyParsed is true 722 PASS successfullyParsed is true
722 723
723 TEST COMPLETE 724 TEST COMPLETE
724 725
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698