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

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

Issue 1442643008: Implement 'URLSearchParams' (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nits Created 5 years, 1 month 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/webexposed/global-interface-listing-shared-worker-expected.txt
diff --git a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-shared-worker-expected.txt b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-shared-worker-expected.txt
index 01ec8566ef76279c7c9965fe07f33145ebd67fce..7923bd29a7ab11717f87b4c6c680463cf87b3000 100644
--- a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-shared-worker-expected.txt
+++ b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-shared-worker-expected.txt
@@ -571,6 +571,15 @@ Starting worker: resources/global-interface-listing.js
[Worker] setter protocol
[Worker] setter search
[Worker] setter username
+[Worker] interface URLSearchParams
+[Worker] method append
+[Worker] method constructor
+[Worker] method delete
+[Worker] method get
+[Worker] method getAll
+[Worker] method has
+[Worker] method set
+[Worker] method toString
[Worker] interface WebSocket : EventTarget
[Worker] attribute CLOSED
[Worker] attribute CLOSING

Powered by Google App Engine
This is Rietveld 408576698