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

Unified Diff: third_party/WebKit/LayoutTests/VirtualTestSuites

Issue 2880733002: Partially implement WorkerFetchContext and WorkerThreadableLoadingContext and add virtual tests (Closed)
Patch Set: incorporated kinuko's comment Created 3 years, 7 months 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/virtual/off-main-thread-fetch/http/tests/fetch/workers/README.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/VirtualTestSuites
diff --git a/third_party/WebKit/LayoutTests/VirtualTestSuites b/third_party/WebKit/LayoutTests/VirtualTestSuites
index 429b4f5037eabce130401c5dba909b01b18b2bb5..4c4d34220a8715555881194424d561218f306f7e 100644
--- a/third_party/WebKit/LayoutTests/VirtualTestSuites
+++ b/third_party/WebKit/LayoutTests/VirtualTestSuites
@@ -119,6 +119,16 @@
"args": ["--disable-slimming-paint-invalidation"]
},
{
+ "prefix": "off-main-thread-fetch",
+ "base": "http/tests/fetch/workers",
+ "args": ["--enable-features=OffMainThreadFetch"]
+ },
+ {
+ "prefix": "off-main-thread-fetch",
+ "base": "http/tests/xmlhttprequest/workers",
+ "args": ["--enable-features=OffMainThreadFetch"]
+ },
+ {
"prefix": "origin-trials-runtimeflags-disabled",
"base": "http/tests/origin_trials/webexposed",
"args": ["--disable-blink-features=ForeignFetch,InstalledApp,LinkServiceWorker,LongTaskObserver,SetRootScroller,WebUSB,WebVR,WebShare"]
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/virtual/off-main-thread-fetch/http/tests/fetch/workers/README.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698