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

Unified Diff: Tools/Scripts/webkitpy/layout_tests/port/chromium.py

Issue 22897010: Add a virtual test suite for exposed "stable" features (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebaselined change. Created 7 years, 4 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 | « Source/testing/runner/TestInterfaces.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/Scripts/webkitpy/layout_tests/port/chromium.py
diff --git a/Tools/Scripts/webkitpy/layout_tests/port/chromium.py b/Tools/Scripts/webkitpy/layout_tests/port/chromium.py
index 2dc62a3cc58de48c29826dfc70d487720a7739a7..05d34527080c1770d32e50d3cf965ce8cd115965 100644
--- a/Tools/Scripts/webkitpy/layout_tests/port/chromium.py
+++ b/Tools/Scripts/webkitpy/layout_tests/port/chromium.py
@@ -350,6 +350,9 @@ class ChromiumPort(Port):
VirtualTestSuite('virtual/web-animations-css/animations',
'animations',
['--enable-web-animations-css']),
+ VirtualTestSuite('virtual/stable/webexposed',
+ 'webexposed',
+ ['--stable-release-mode']),
]
#
« no previous file with comments | « Source/testing/runner/TestInterfaces.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698