Commit 4a5c3582 authored by John Abd-El-Malek's avatar John Abd-El-Malek Committed by Commit Bot

Test the different ways of reading and writing cookies with content settings.

Handle all combinations of:
-reading cookies via JavaScript or by inspecting HTTP request headers
-setting cookies via JavaScript or by HTTP response headers

Bug: 789632
Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo
Change-Id: I9473c9b0b514ada40ac36e07e4df2dc7e44613e1
Reviewed-on: https://chromium-review.googlesource.com/1099482Reviewed-by: default avatarJochen Eisinger <jochen@chromium.org>
Commit-Queue: John Abd-El-Malek <jam@chromium.org>
Cr-Commit-Position: refs/heads/master@{#567300}
parent fddcda21
HTTP/1.1 200 OK
Set-Cookie: name=Good;Max-Age=3600
......@@ -50,6 +50,9 @@
# https://crbug.com/789632.
-ClientHintsBrowserTest.ClientHintsLifetimeNotAttachedCookiesBlocked
-ClientHintsBrowserTest.ClientHintsNoLifetimeCookiesNotAllowed
-CookieSettingsTest.AllowCookiesUsingExceptions/3
-CookieSettingsTest.BlockCookiesUsingExceptions/3
-CookieSettingsTest.BlockCookies/3
-ContentSettingsTest.AllowCookiesForASessionUsingExceptions
-ContentSettingsTest.RedirectCrossOrigin
-ContentSettingsTest.RedirectLoopCookies
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment