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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/security/referrer-policy-invalid-expected.txt

Issue 1990353002: [DevTools] Capture call stacks for console messages without location. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: one more win7 expectation Created 4 years, 7 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 unified diff | Download patch
OLDNEW
1 CONSOLE ERROR: Failed to set referrer policy: The value 'invalid' is not one of 'always', 'default', 'never', 'no-referrer', 'no-referrer-when-downgrade', 'orig in', 'origin-when-crossorigin', or 'unsafe-url'. This document's referrer policy has been left unchanged. 1 CONSOLE ERROR: line 8: Failed to set referrer policy: The value 'invalid' is not one of 'always', 'default', 'never', 'no-referrer', 'no-referrer-when-downgrade ', 'origin', 'origin-when-crossorigin', or 'unsafe-url'. This document's referre r policy has been left unchanged.
2 This test checks that an invalid referrer policy is ignored when navigating from an insecure URL to another insecure URL. The test passes if the printed referre r is the full URL. 2 This test checks that an invalid referrer policy is ignored when navigating from an insecure URL to another insecure URL. The test passes if the printed referre r is the full URL.
3 3
4 4
5 5
6 -------- 6 --------
7 Frame: '<!--framePath //<!--frame0-->-->' 7 Frame: '<!--framePath //<!--frame0-->-->'
8 -------- 8 --------
9 HTTP Referer header is http://127.0.0.1:8000/security/resources/referrer-policy- start.html?invalid 9 HTTP Referer header is http://127.0.0.1:8000/security/resources/referrer-policy- start.html?invalid
10 Referrer is http://127.0.0.1:8000/security/resources/referrer-policy-start.html? invalid 10 Referrer is http://127.0.0.1:8000/security/resources/referrer-policy-start.html? invalid
11 11
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698