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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/inspector/network/warning-for-strict-secure-cookies-expected.txt

Issue 2623423002: Add console warning and tests for strict secure cookies.
Patch Set: Update comment Created 3 years, 11 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
(Empty)
1 Checks that we show warning message for an attempt to set a secure cookie on an insecure URL.
2 Set-Cookie for TestCookie is ignored in response from url: http://127.0.0.1:8000 /inspector/network/resources/set-cookie.php?secure=true. It is marked as secure, but the response url is insecure.
3
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698