Commit 99abac93 authored by Aaron Tagliaboschi's avatar Aaron Tagliaboschi Committed by Commit Bot

Remove some lifetime references from the accept-ch-stickiness tests

Bug: 1017166
Change-Id: I00d38c7d4ea61ce9d1d7146459a7ecbe91a93075
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2002668Reviewed-by: default avatarYoav Weiss <yoavweiss@chromium.org>
Commit-Queue: Aaron Tagliaboschi <aarontag@chromium.org>
Cr-Commit-Position: refs/heads/master@{#731962}
parent 4af81b1d
...@@ -22,7 +22,7 @@ const run_test = test => { ...@@ -22,7 +22,7 @@ const run_test = test => {
}, test.name + " precondition: Test that the browser does not have client " + }, test.name + " precondition: Test that the browser does not have client " +
"hints preferences cached"); "hints preferences cached");
// Then, attempt to set Accept-CH-Lifetime for 1 second // Then, attempt to set Accept-CH
promise_test(t => { promise_test(t => {
return new Promise(resolve => { return new Promise(resolve => {
if (test.type == "navigation") { if (test.type == "navigation") {
......
Accept-CH: device-memory, DPR Accept-CH: device-memory, DPR
Accept-CH-Lifetime: 1
Access-Control-Allow-Origin: * Access-Control-Allow-Origin: *
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