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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector-protocol/request-referrer-policy-expected.txt

Issue 2603593002: Expose per-request referrer policy in devtools (Closed)
Patch Set: updates Created 3 years, 12 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/inspector-protocol/request-referrer-policy-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector-protocol/request-referrer-policy-expected.txt b/third_party/WebKit/LayoutTests/http/tests/inspector-protocol/request-referrer-policy-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..00f85efc370c617231395b4254bd54edc386d546
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector-protocol/request-referrer-policy-expected.txt
@@ -0,0 +1,9 @@
+Tests that network requests are annotated with the correct referrer policy.
+
+Network agent enabled
+PASS: Request with expected policy unsafe-url observed
+PASS: Request with expected policy no-referrer-when-downgrade observed
+PASS: Request with expected policy no-referrer observed
+PASS: Request with expected policy origin observed
+PASS: Request with expected policy origin-when-cross-origin observed
+

Powered by Google App Engine
This is Rietveld 408576698