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

Unified Diff: third_party/WebKit/Source/platform/testing/RuntimeEnabledFeaturesTestHelpers.h

Issue 2823163002: Port some AOM tests from LayoutTests to SimTests. (Closed)
Patch Set: Remove calls to ExecuteJavaScript 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/Source/platform/testing/RuntimeEnabledFeaturesTestHelpers.h
diff --git a/third_party/WebKit/Source/platform/testing/RuntimeEnabledFeaturesTestHelpers.h b/third_party/WebKit/Source/platform/testing/RuntimeEnabledFeaturesTestHelpers.h
index 84385e26d74fecbce3838cb0f4b95bec5775fd35..3927c71d0c38490ce92360c5959aef67b57cb065 100644
--- a/third_party/WebKit/Source/platform/testing/RuntimeEnabledFeaturesTestHelpers.h
+++ b/third_party/WebKit/Source/platform/testing/RuntimeEnabledFeaturesTestHelpers.h
@@ -56,6 +56,10 @@ typedef ScopedRuntimeEnabledFeatureForTest<
RuntimeEnabledFeatures::paintUnderInvalidationCheckingEnabled,
RuntimeEnabledFeatures::setPaintUnderInvalidationCheckingEnabled>
ScopedPaintUnderInvalidationCheckingForTest;
+typedef ScopedRuntimeEnabledFeatureForTest<
+ RuntimeEnabledFeatures::accessibilityObjectModelEnabled,
+ RuntimeEnabledFeatures::setAccessibilityObjectModelEnabled>
+ ScopedAccessibilityObjectModelForTest;
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698