Commit 927abbb9 authored by Titouan Rigoudy's avatar Titouan Rigoudy Committed by Commit Bot

[CORS-RFC1918] Add UseCounter integration tests.

Second try, this time minus the flaky test? I am hoping that with the
parent CL fixing crbug.com/1134601, UseCounter behavior will be a bit
more deterministic. In any case, I broke out the flaky test to its own
follow-up CL so that it can be more easily reverted in isolation.

This mostly reverts commit fb82736e.

Bug: chromium:1134601, chromium:1124358, chromium:1135654
Change-Id: I8ded2e0651f9efee2489b5e45de4ebd5b2df6169
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2490012
Auto-Submit: Titouan Rigoudy <titouan@chromium.org>
Reviewed-by: default avatarDavid Roger <droger@chromium.org>
Reviewed-by: default avatarArthur Sonzogni <arthursonzogni@chromium.org>
Commit-Queue: Titouan Rigoudy <titouan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#821201}
parent c756c75c
......@@ -89,5 +89,9 @@ per-file chrome_back_forward_cache_browsertest.cc=file://content/OWNERS
per-file chrome_cross_origin_opener_policy_browsertest.cc=file://content/OWNERS
per-file chrome_cross_origin_opener_policy_browsertest.cc=arthursonzogni@chromium.org
# CORS-RFC1918
per-file chrome_private_network_request_browsertest.cc=file://content/OWNERS
per-file chrome_private_network_request_browsertest.cc=titouan@chromium.org
# COMPONENT: UI>Browser
# TEAM: chromium-reviews@chromium.org
This diff is collapsed.
......@@ -979,6 +979,7 @@ if (!is_android) {
"../browser/chrome_navigation_browsertest.cc",
"../browser/chrome_origin_trials_browsertest.cc",
"../browser/chrome_plugin_browsertest.cc",
"../browser/chrome_private_network_request_browsertest.cc",
"../browser/chrome_security_exploit_browsertest.cc",
"../browser/chrome_service_worker_browsertest.cc",
"../browser/chrome_worker_browsertest.cc",
......
<html>
<head>
<!-- Disable extra network request for /favicon.ico -->
<link rel="icon" href="data:,">
</head>
<body></body>
</html>
HTTP/1.1 200 OK
Content-Security-Policy: treat-as-public-address
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