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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/http/tests/inspector/network/warning-for-strict-secure-cookies-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/network/warning-for-strict-secure-cookies-expected.txt b/third_party/WebKit/LayoutTests/http/tests/inspector/network/warning-for-strict-secure-cookies-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..4056870a1fae836259b7ad19c89676e025169fd9
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/network/warning-for-strict-secure-cookies-expected.txt
@@ -0,0 +1,3 @@
+Checks that we show warning message for an attempt to set a secure cookie on an insecure URL.
+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.
+

Powered by Google App Engine
This is Rietveld 408576698