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

Unified Diff: third_party/WebKit/LayoutTests/VirtualTestSuites

Issue 2640823004: Allow origin trials to be enabled by script (Closed)
Patch Set: Rebase 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
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",
iclelland 2017/01/26 20:14:11 This is a big list, and updating it unfortunately
chasej 2017/01/27 17:22:36 It should be straight-forward to add a new flag. L
+ "--disable-features=ForeignFetch,ImageCapture,LinkServiceWorker,LongTaskObserver,ServiceWorkerNavigationPreload,SetRootScroller,WebUSB,WebVR,WebShare"]
+ },
+ {
"prefix": "android",
"base": "fullscreen",
"args": ["--enable-threaded-compositing",

Powered by Google App Engine
This is Rietveld 408576698