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

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, 8 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 size 10 [Worker] getter size
(...skipping 609 matching lines...) Expand 10 before | Expand all | Expand 10 after
620 [Worker] getter status 620 [Worker] getter status
621 [Worker] getter statusText 621 [Worker] getter statusText
622 [Worker] getter type 622 [Worker] getter type
623 [Worker] getter url 623 [Worker] getter url
624 [Worker] method arrayBuffer 624 [Worker] method arrayBuffer
625 [Worker] method blob 625 [Worker] method blob
626 [Worker] method clone 626 [Worker] method clone
627 [Worker] method constructor 627 [Worker] method constructor
628 [Worker] method json 628 [Worker] method json
629 [Worker] method text 629 [Worker] method text
630 [Worker] method v8ExtraStreamBody
631 [Worker] interface ServiceWorkerRegistration : EventTarget 630 [Worker] interface ServiceWorkerRegistration : EventTarget
632 [Worker] attribute @@toStringTag 631 [Worker] attribute @@toStringTag
633 [Worker] getter geofencing 632 [Worker] getter geofencing
634 [Worker] getter onupdatefound 633 [Worker] getter onupdatefound
635 [Worker] getter pushManager 634 [Worker] getter pushManager
636 [Worker] getter scope 635 [Worker] getter scope
637 [Worker] getter sync 636 [Worker] getter sync
638 [Worker] method constructor 637 [Worker] method constructor
639 [Worker] method getNotifications 638 [Worker] method getNotifications
640 [Worker] method showNotification 639 [Worker] method showNotification
(...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after
971 [Worker] method gc 970 [Worker] method gc
972 [Worker] method webkitRequestFileSystem 971 [Worker] method webkitRequestFileSystem
973 [Worker] method webkitRequestFileSystemSync 972 [Worker] method webkitRequestFileSystemSync
974 [Worker] method webkitResolveLocalFileSystemSyncURL 973 [Worker] method webkitResolveLocalFileSystemSyncURL
975 [Worker] method webkitResolveLocalFileSystemURL 974 [Worker] method webkitResolveLocalFileSystemURL
976 [Worker] setter onconnect 975 [Worker] setter onconnect
977 PASS successfullyParsed is true 976 PASS successfullyParsed is true
978 977
979 TEST COMPLETE 978 TEST COMPLETE
980 979
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698