Commit 75899c50 authored by Yutaka Hirano's avatar Yutaka Hirano Committed by Commit Bot

Add virtual/outofblink-cors/http/tests/fetch

Bug: 736308
Change-Id: I3e0f76acc7269d54ed86999d7938384f9c2171e1
Reviewed-on: https://chromium-review.googlesource.com/1095118
Commit-Queue: Yutaka Hirano <yhirano@chromium.org>
Reviewed-by: default avatarAdam Rice <ricea@chromium.org>
Cr-Commit-Position: refs/heads/master@{#566762}
parent 2111e0cf
...@@ -504,27 +504,32 @@ ...@@ -504,27 +504,32 @@
{ {
"prefix": "outofblink-cors", "prefix": "outofblink-cors",
"base": "external/wpt/fetch", "base": "external/wpt/fetch",
"args": ["--enable-features=OutOfBlinkCORS,LoadingWithMojo"] "args": ["--enable-features=OutOfBlinkCORS"]
}, },
{ {
"prefix": "outofblink-cors", "prefix": "outofblink-cors",
"base": "external/wpt/http", "base": "external/wpt/http",
"args": ["--enable-features=OutOfBlinkCORS,LoadingWithMojo"] "args": ["--enable-features=OutOfBlinkCORS"]
}, },
{ {
"prefix": "outofblink-cors", "prefix": "outofblink-cors",
"base": "external/wpt/referrer-policy", "base": "external/wpt/referrer-policy",
"args": ["--enable-features=OutOfBlinkCORS,LoadingWithMojo"] "args": ["--enable-features=OutOfBlinkCORS"]
}, },
{ {
"prefix": "outofblink-cors", "prefix": "outofblink-cors",
"base": "external/wpt/service-workers", "base": "external/wpt/service-workers",
"args": ["--enable-features=OutOfBlinkCORS,LoadingWithMojo"] "args": ["--enable-features=OutOfBlinkCORS"]
},
{
"prefix": "outofblink-cors",
"base": "http/tests/fetch",
"args": ["--enable-features=OutOfBlinkCORS"]
}, },
{ {
"prefix": "outofblink-cors", "prefix": "outofblink-cors",
"base": "http/tests/xmlhttprequest", "base": "http/tests/xmlhttprequest",
"args": ["--enable-features=OutOfBlinkCORS,LoadingWithMojo"] "args": ["--enable-features=OutOfBlinkCORS"]
}, },
{ {
"prefix": "presentation", "prefix": "presentation",
......
This directory is for testing out-of-blink CORS implementation.
We use "http/tests/fetch" directory for testing fetch with CORS.
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