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

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

Issue 1827373002: Add another body function returning a V8 Extra ReadableStream to Response (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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 593 matching lines...) Expand 10 before | Expand all | Expand 10 after
604 [Worker] getter status 604 [Worker] getter status
605 [Worker] getter statusText 605 [Worker] getter statusText
606 [Worker] getter type 606 [Worker] getter type
607 [Worker] getter url 607 [Worker] getter url
608 [Worker] method arrayBuffer 608 [Worker] method arrayBuffer
609 [Worker] method blob 609 [Worker] method blob
610 [Worker] method clone 610 [Worker] method clone
611 [Worker] method constructor 611 [Worker] method constructor
612 [Worker] method json 612 [Worker] method json
613 [Worker] method text 613 [Worker] method text
614 [Worker] method v8ExtraStreamBody
614 [Worker] interface ServiceWorkerRegistration : EventTarget 615 [Worker] interface ServiceWorkerRegistration : EventTarget
615 [Worker] attribute @@toStringTag 616 [Worker] attribute @@toStringTag
616 [Worker] getter geofencing 617 [Worker] getter geofencing
617 [Worker] getter onupdatefound 618 [Worker] getter onupdatefound
618 [Worker] getter pushManager 619 [Worker] getter pushManager
619 [Worker] getter scope 620 [Worker] getter scope
620 [Worker] getter sync 621 [Worker] getter sync
621 [Worker] method constructor 622 [Worker] method constructor
622 [Worker] method getNotifications 623 [Worker] method getNotifications
623 [Worker] method showNotification 624 [Worker] method showNotification
(...skipping 331 matching lines...) Expand 10 before | Expand all | Expand 10 after
955 [Worker] method gc 956 [Worker] method gc
956 [Worker] method webkitRequestFileSystem 957 [Worker] method webkitRequestFileSystem
957 [Worker] method webkitRequestFileSystemSync 958 [Worker] method webkitRequestFileSystemSync
958 [Worker] method webkitResolveLocalFileSystemSyncURL 959 [Worker] method webkitResolveLocalFileSystemSyncURL
959 [Worker] method webkitResolveLocalFileSystemURL 960 [Worker] method webkitResolveLocalFileSystemURL
960 [Worker] setter onconnect 961 [Worker] setter onconnect
961 PASS successfullyParsed is true 962 PASS successfullyParsed is true
962 963
963 TEST COMPLETE 964 TEST COMPLETE
964 965
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698