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

Unified Diff: LayoutTests/http/tests/security/resources/referrer-policy-start-crossorigin.html

Issue 747903003: Referrer Policy: Introduce "Origin When Cross-Origin". [3/3] (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@originwhencrossorigin
Patch Set: Rebaseline. Created 6 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
« no previous file with comments | « LayoutTests/http/tests/security/referrer-policy-origin-when-crossorigin-is-sameorigin-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/http/tests/security/resources/referrer-policy-start-crossorigin.html
diff --git a/LayoutTests/http/tests/security/resources/referrer-policy-start.html b/LayoutTests/http/tests/security/resources/referrer-policy-start-crossorigin.html
similarity index 82%
copy from LayoutTests/http/tests/security/resources/referrer-policy-start.html
copy to LayoutTests/http/tests/security/resources/referrer-policy-start-crossorigin.html
index c6c39621c2569b2acd537135a9970d6d956b5975..eb4238c02320c2dec1afac34faea4536785adda8 100644
--- a/LayoutTests/http/tests/security/resources/referrer-policy-start.html
+++ b/LayoutTests/http/tests/security/resources/referrer-policy-start-crossorigin.html
@@ -7,7 +7,7 @@ function runTest() {
meta.content = document.location.search.substring(1);
document.head.appendChild(meta);
document.location =
- "http://127.0.0.1:8000/security/resources/referrer-policy-log.php";
+ "http://localhost:8000/security/resources/referrer-policy-log.php";
}
</script>
</head>
« no previous file with comments | « LayoutTests/http/tests/security/referrer-policy-origin-when-crossorigin-is-sameorigin-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698