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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/network/warning-for-long-cookie-expected.txt

Issue 2563083002: [DevTools] show warning if 'Set-Cookie' header length is > 4096 symbols (Closed)
Patch Set: addressed all comments Created 4 years 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-long-cookie-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/network/warning-for-long-cookie-expected.txt b/third_party/WebKit/LayoutTests/http/tests/inspector/network/warning-for-long-cookie-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..2f98e4fb13f7d3c6bc2a23ef29133b29b755c73b
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/network/warning-for-long-cookie-expected.txt
@@ -0,0 +1,3 @@
+Checks that we show warning message for long cookie.
+Set-Cookie header is ignored in response from url: http://127.0.0.1:8000/inspector/network/resources/set-cookie.php?length=4097. Cookie length should be less then or equal to 4096 characters.
+

Powered by Google App Engine
This is Rietveld 408576698