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

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: 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 d962fe90140118ee475e425a99be3abd32e41fd3..6318cc39647c97d3a76b44d7165eabfde1a0dc77 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