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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/navigation/beacon-cross-origin.https.html

Issue 1931063004: Stop blocking 'http://127.0.0.1/' as mixed content. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Ugh. Created 4 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
Index: third_party/WebKit/LayoutTests/http/tests/navigation/beacon-cross-origin.https.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/navigation/beacon-cross-origin.https.html b/third_party/WebKit/LayoutTests/http/tests/navigation/beacon-cross-origin.https.html
index 4902e09f03ad3075edc27b2c11eac40235206e78..86bc7bf97d55fbe2db93252e1845a40982a3e887 100644
--- a/third_party/WebKit/LayoutTests/http/tests/navigation/beacon-cross-origin.https.html
+++ b/third_party/WebKit/LayoutTests/http/tests/navigation/beacon-cross-origin.https.html
@@ -13,7 +13,7 @@ function test() {
testRunner.waitUntilDone();
}
- shouldBeFalse('navigator.sendBeacon("http://localhost:8000/navigation/resources/save-beacon.php?name=cross-origin", "CrossOrigin");');
+ shouldBeFalse('navigator.sendBeacon("http://example.test:8000/navigation/resources/save-beacon.php?name=cross-origin", "CrossOrigin");');
finishJSTest();
}
</script>

Powered by Google App Engine
This is Rietveld 408576698