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

Unified Diff: LayoutTests/http/tests/security/referrer-policy-conflicting-policies.html

Issue 534233002: Make sure to use the correct referrer policy in the FrameFetchContext (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 3 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/http/tests/security/referrer-policy-conflicting-policies-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/http/tests/security/referrer-policy-conflicting-policies.html
diff --git a/LayoutTests/http/tests/security/referrer-policy-conflicting-policies.html b/LayoutTests/http/tests/security/referrer-policy-conflicting-policies.html
new file mode 100644
index 0000000000000000000000000000000000000000..380d564e4662f3e6ad3ed66f80d8146390a77c0b
--- /dev/null
+++ b/LayoutTests/http/tests/security/referrer-policy-conflicting-policies.html
@@ -0,0 +1,6 @@
+<!DOCTYPE html>
+<script>
+if (window.testRunner)
+ testRunner.waitUntilDone();
+document.location = "https://127.0.0.1:8443/security/resources/referrer-policy-conflicting-policies.html";
Mike West 2014/09/03 13:11:07 Optional nit: Rather than hopping to HTTPS here, y
+</script>
« no previous file with comments | « no previous file | LayoutTests/http/tests/security/referrer-policy-conflicting-policies-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698