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

Unified Diff: LayoutTests/http/tests/serviceworker/resources/navigation-redirect-scope1.php

Issue 1314123002: Remove hard-coded origins in layout tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 4 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: LayoutTests/http/tests/serviceworker/resources/navigation-redirect-scope1.php
diff --git a/LayoutTests/http/tests/serviceworker/resources/navigation-redirect-scope1.php b/LayoutTests/http/tests/serviceworker/resources/navigation-redirect-scope1.php
index a6fcc1ac8dc4c200f48e856d728b9b2ea1a24b6e..b1ee03e92903911ef799374797ac9cd1f95350e1 100644
--- a/LayoutTests/http/tests/serviceworker/resources/navigation-redirect-scope1.php
+++ b/LayoutTests/http/tests/serviceworker/resources/navigation-redirect-scope1.php
@@ -12,6 +12,5 @@ if (isset($_GET['url'])) {
{
id: 'last_url',
result: location.href
- },
- 'http://127.0.0.1:8000');
+ }, '*');
</script>

Powered by Google App Engine
This is Rietveld 408576698