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

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

Issue 1899873006: Make Response::body return v8-extra based stream behind flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@notify-locked-released
Patch Set: Created 4 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 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] attribute @@toStringTag 9 [Worker] attribute @@toStringTag
10 [Worker] getter isClosed 10 [Worker] getter isClosed
(...skipping 611 matching lines...) Expand 10 before | Expand all | Expand 10 after
622 [Worker] getter status 622 [Worker] getter status
623 [Worker] getter statusText 623 [Worker] getter statusText
624 [Worker] getter type 624 [Worker] getter type
625 [Worker] getter url 625 [Worker] getter url
626 [Worker] method arrayBuffer 626 [Worker] method arrayBuffer
627 [Worker] method blob 627 [Worker] method blob
628 [Worker] method clone 628 [Worker] method clone
629 [Worker] method constructor 629 [Worker] method constructor
630 [Worker] method json 630 [Worker] method json
631 [Worker] method text 631 [Worker] method text
632 [Worker] method v8ExtraStreamBody
633 [Worker] interface ServiceWorkerRegistration : EventTarget 632 [Worker] interface ServiceWorkerRegistration : EventTarget
634 [Worker] attribute @@toStringTag 633 [Worker] attribute @@toStringTag
635 [Worker] getter geofencing 634 [Worker] getter geofencing
636 [Worker] getter onupdatefound 635 [Worker] getter onupdatefound
637 [Worker] getter pushManager 636 [Worker] getter pushManager
638 [Worker] getter scope 637 [Worker] getter scope
639 [Worker] getter sync 638 [Worker] getter sync
640 [Worker] method constructor 639 [Worker] method constructor
641 [Worker] method getNotifications 640 [Worker] method getNotifications
642 [Worker] method showNotification 641 [Worker] method showNotification
(...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after
973 [Worker] method gc 972 [Worker] method gc
974 [Worker] method webkitRequestFileSystem 973 [Worker] method webkitRequestFileSystem
975 [Worker] method webkitRequestFileSystemSync 974 [Worker] method webkitRequestFileSystemSync
976 [Worker] method webkitResolveLocalFileSystemSyncURL 975 [Worker] method webkitResolveLocalFileSystemSyncURL
977 [Worker] method webkitResolveLocalFileSystemURL 976 [Worker] method webkitResolveLocalFileSystemURL
978 [Worker] setter onconnect 977 [Worker] setter onconnect
979 PASS successfullyParsed is true 978 PASS successfullyParsed is true
980 979
981 TEST COMPLETE 980 TEST COMPLETE
982 981
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698