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

Unified Diff: third_party/WebKit/LayoutTests/accessibility/aom.html

Issue 2822313002: Re-enable AccessibilityObjectModel tests by setting the status to "test". (Closed)
Patch Set: Update one more expectation 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/LayoutTests/accessibility/aom.html
diff --git a/third_party/WebKit/LayoutTests/accessibility/aom.html b/third_party/WebKit/LayoutTests/accessibility/aom.html
index c77de58b0073e0c4b805175188f0138cc2d43e33..bb19384d229c07f9740ae4eca8d24eafc5d96903 100644
--- a/third_party/WebKit/LayoutTests/accessibility/aom.html
+++ b/third_party/WebKit/LayoutTests/accessibility/aom.html
@@ -14,8 +14,9 @@ Spec: https://wicg.github.io/aom/spec/
<button id="button">Click Me</button>
<script>
-if (window.internals)
- internals.runtimeFlags.accessibilityObjectModelEnabled = true;
+test(function(t) {
+ assert_true(internals.runtimeFlags.accessibilityObjectModelEnabled);
+}, "Make sure that Accessibility Object Model is enabled");
test(function(t) {
var button = document.getElementById("button");

Powered by Google App Engine
This is Rietveld 408576698