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

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

Issue 2736143003: Introduce the Background Fetch module. (Closed)
Patch Set: more webexposed tests Created 3 years, 9 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 DedicatedWorkerGloba lScope. 1 This test documents all interface attributes and methods on DedicatedWorkerGloba lScope.
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 BackgroundFetchManager
9 [Worker] attribute @@toStringTag
10 [Worker] method constructor
11 [Worker] method getTags
8 [Worker] interface BarcodeDetector 12 [Worker] interface BarcodeDetector
9 [Worker] attribute @@toStringTag 13 [Worker] attribute @@toStringTag
10 [Worker] method constructor 14 [Worker] method constructor
11 [Worker] method detect 15 [Worker] method detect
12 [Worker] interface Blob 16 [Worker] interface Blob
13 [Worker] attribute @@toStringTag 17 [Worker] attribute @@toStringTag
14 [Worker] getter isClosed 18 [Worker] getter isClosed
15 [Worker] getter size 19 [Worker] getter size
16 [Worker] getter type 20 [Worker] getter type
17 [Worker] method close 21 [Worker] method close
(...skipping 808 matching lines...) Expand 10 before | Expand all | Expand 10 after
826 [Worker] getter url 830 [Worker] getter url
827 [Worker] method arrayBuffer 831 [Worker] method arrayBuffer
828 [Worker] method blob 832 [Worker] method blob
829 [Worker] method clone 833 [Worker] method clone
830 [Worker] method constructor 834 [Worker] method constructor
831 [Worker] method json 835 [Worker] method json
832 [Worker] method text 836 [Worker] method text
833 [Worker] interface ServiceWorkerRegistration : EventTarget 837 [Worker] interface ServiceWorkerRegistration : EventTarget
834 [Worker] attribute @@toStringTag 838 [Worker] attribute @@toStringTag
835 [Worker] getter active 839 [Worker] getter active
840 [Worker] getter backgroundFetch
836 [Worker] getter installing 841 [Worker] getter installing
837 [Worker] getter onupdatefound 842 [Worker] getter onupdatefound
838 [Worker] getter paymentAppManager 843 [Worker] getter paymentAppManager
839 [Worker] getter pushManager 844 [Worker] getter pushManager
840 [Worker] getter scope 845 [Worker] getter scope
841 [Worker] getter sync 846 [Worker] getter sync
842 [Worker] getter waiting 847 [Worker] getter waiting
843 [Worker] method constructor 848 [Worker] method constructor
844 [Worker] method getNotifications 849 [Worker] method getNotifications
845 [Worker] method showNotification 850 [Worker] method showNotification
(...skipping 1456 matching lines...) Expand 10 before | Expand all | Expand 10 after
2302 [Worker] method postMessage 2307 [Worker] method postMessage
2303 [Worker] method webkitRequestFileSystem 2308 [Worker] method webkitRequestFileSystem
2304 [Worker] method webkitRequestFileSystemSync 2309 [Worker] method webkitRequestFileSystemSync
2305 [Worker] method webkitResolveLocalFileSystemSyncURL 2310 [Worker] method webkitResolveLocalFileSystemSyncURL
2306 [Worker] method webkitResolveLocalFileSystemURL 2311 [Worker] method webkitResolveLocalFileSystemURL
2307 [Worker] setter onmessage 2312 [Worker] setter onmessage
2308 PASS successfullyParsed is true 2313 PASS successfullyParsed is true
2309 2314
2310 TEST COMPLETE 2315 TEST COMPLETE
2311 2316
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698