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

Unified Diff: LayoutTests/fast/workers/resources/worker-location.js

Issue 342553010: Expose URLUtilsReadOnly.origin (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 6 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
« no previous file with comments | « no previous file | LayoutTests/fast/workers/shared-worker-location-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/workers/resources/worker-location.js
diff --git a/LayoutTests/fast/workers/resources/worker-location.js b/LayoutTests/fast/workers/resources/worker-location.js
index 959fe77fad21a7bcede79e3ca0d9dc4f178d8832..82e9e15efb206338b04d8e0cfb56af5626b940fc 100644
--- a/LayoutTests/fast/workers/resources/worker-location.js
+++ b/LayoutTests/fast/workers/resources/worker-location.js
@@ -23,6 +23,7 @@ worker.postMessage("eval WorkerLocation");
worker.postMessage("eval typeof location");
worker.postMessage("eval location");
worker.postMessage("eval location.href");
+worker.postMessage("eval location.origin");
worker.postMessage("eval location.protocol");
worker.postMessage("eval location.host");
worker.postMessage("eval location.hostname");
« no previous file with comments | « no previous file | LayoutTests/fast/workers/shared-worker-location-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698