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

Unified Diff: third_party/WebKit/LayoutTests/VirtualTestSuites

Issue 2846713002: [Media] Added feature flag for new remote playback pipeline (Closed)
Patch Set: Fixed failing layout tests Created 3 years, 8 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 52c8cc84b0bb2cfac817cd1f42e51bccb61bd347..c87aff3b06836dc454953ffeec2d5a2701a232e1 100644
--- a/third_party/WebKit/LayoutTests/VirtualTestSuites
+++ b/third_party/WebKit/LayoutTests/VirtualTestSuites
@@ -522,5 +522,15 @@
"prefix": "experimental-canvas-features",
"base": "fast/canvas-experimental",
"args": ["--enable-experimental-canvas-features"]
+ },
+ {
+ "prefix": "new-remote-playback-pipeline",
+ "base": "media/remoteplayback",
+ "args": ["--enable-features=NewRemotePlaybackPipeline"]
+ },
+ {
+ "prefix": "new-remote-playback-pipeline",
+ "base": "media/controls",
+ "args": ["--enable-features=NewRemotePlaybackPipeline"]
}
]
« no previous file with comments | « third_party/WebKit/LayoutTests/TestExpectations ('k') | third_party/WebKit/LayoutTests/media/controls-cast-button.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698