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

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

Issue 2823163002: Port some AOM tests from LayoutTests to SimTests. (Closed)
Patch Set: Address last feedback 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/web/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | third_party/WebKit/Source/web/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698