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 70f6a1cf4e91de577de3bf5fc934965d1359b74c..89bc4337f37fe4fad034430e8eee523994404fdd 100644 |
--- a/Tools/Scripts/webkitpy/layout_tests/port/chromium.py |
+++ b/Tools/Scripts/webkitpy/layout_tests/port/chromium.py |
@@ -352,6 +352,9 @@ class ChromiumPort(Port): |
VirtualTestSuite('virtual/web-animations-css/animations', |
'animations', |
['--enable-web-animations-css']), |
+ VirtualTestSuite('virtual/webexposed/stable', |
eseidel
2013/08/21 19:28:16
Did you mean for this to be webexposed/stable inst
Dirk Pranke
2013/08/21 21:53:05
This should be "virtual/stable/webexposed". The c
Julien - ping for review
2013/08/21 22:26:06
Sounds good, will be fixed. Thanks for review!
|
+ 'webexposed', |
+ ['--stable-release-mode']), |
] |
# |