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

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 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..e7b597b2e2d819eddd22872f7bb4aa54457519df
--- /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 for response from url: http://localhost:8000/inspector/network/resources/set-long-cookie.php?length=4097. Cookie length should be less then or equal to 4096 symbols.
+

Powered by Google App Engine
This is Rietveld 408576698