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

Unified Diff: Source/testing/runner/TestInterfaces.cpp

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
Index: Source/testing/runner/TestInterfaces.cpp
diff --git a/Source/testing/runner/TestInterfaces.cpp b/Source/testing/runner/TestInterfaces.cpp
index 537ae82f1f55cc2f17ad7d4b14a5f9b6a80f0ba6..2eb368e4b797e00a71ab84665200b188d971af33 100644
--- a/Source/testing/runner/TestInterfaces.cpp
+++ b/Source/testing/runner/TestInterfaces.cpp
@@ -59,10 +59,6 @@ TestInterfaces::TestInterfaces()
{
WebKit::setLayoutTestMode(true);
- WebRuntimeFeatures::enableStableFeatures(true);
- WebRuntimeFeatures::enableExperimentalFeatures(true);
- WebRuntimeFeatures::enableTestOnlyFeatures(true);
-
// NOTE: please don't put feature specific enable flags here,
// instead add them to RuntimeEnabledFeatures.in

Powered by Google App Engine
This is Rietveld 408576698