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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt

Issue 1404523005: Implement author-constructible ReadableStream using V8 extras (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update with latest imported tests from upstream Created 5 years, 2 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt b/third_party/WebKit/LayoutTests/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt
index 4765b076e832b464a7a69a99956edd19e0236ee0..e6416f0e2b4832e6642bce616e951767bb040ca1 100644
--- a/third_party/WebKit/LayoutTests/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt
+++ b/third_party/WebKit/LayoutTests/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt
@@ -46,6 +46,9 @@ interface CloseEvent
getter reason
getter wasClean
method constructor
+interface CountQueuingStrategy
+ method constructor
+ method size
interface CrossOriginServiceWorkerClient
getter origin
getter targetUrl
@@ -501,9 +504,11 @@ interface ReadableByteStream
method constructor
method getReader
interface ReadableStream
+ getter locked
method cancel
method constructor
method getReader
+ method tee
interface Request
getter bodyUsed
getter credentials

Powered by Google App Engine
This is Rietveld 408576698