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

Unified Diff: third_party/WebKit/LayoutTests/VirtualTestSuites

Issue 2640823004: Allow origin trials to be enabled by script (Closed)
Patch Set: Address nit Created 3 years, 11 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/http/tests/origin_trials/resources/disabled-worker.js » ('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 4e935cf220efc50b8ac8b998f503b36275693c88..32470172151fbb341566a6e687cb86ff65500718 100644
--- a/third_party/WebKit/LayoutTests/VirtualTestSuites
+++ b/third_party/WebKit/LayoutTests/VirtualTestSuites
@@ -104,6 +104,17 @@
"args": ["--stable-release-mode"]
},
{
+ "prefix": "stable",
+ "base": "http/tests/origin_trials/webexposed",
+ "args": ["--stable-release-mode"]
+ },
+ {
+ "prefix": "origin-trials-features-disabled",
+ "base": "http/tests/origin_trials/webexposed",
+ "args": ["--disable-blink-features=ForeignFetch,ImageCapture,LinkServiceWorker,LongTaskObserver,ServiceWorkerNavigationPreload,SetRootScroller,WebUSB,WebVR,WebShare",
+ "--disable-features=ForeignFetch,ImageCapture,LinkServiceWorker,LongTaskObserver,ServiceWorkerNavigationPreload,SetRootScroller,WebUSB,WebVR,WebShare"]
+ },
+ {
"prefix": "android",
"base": "fullscreen",
"args": ["--enable-threaded-compositing",
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/http/tests/origin_trials/resources/disabled-worker.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698