Chromium Code Reviews

Unified Diff: LayoutTests/accessibility/presentational-elements-with-focus.html

Issue 820203002: Support html br element in AX Tree. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: LineBreakRole Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: LayoutTests/accessibility/presentational-elements-with-focus.html
diff --git a/LayoutTests/accessibility/presentational-elements-with-focus.html b/LayoutTests/accessibility/presentational-elements-with-focus.html
index e495c207179e0475294deeca2d3df346c2ad567e..826bb9d0f27f2484b524116443ac2a216ec6960b 100644
--- a/LayoutTests/accessibility/presentational-elements-with-focus.html
+++ b/LayoutTests/accessibility/presentational-elements-with-focus.html
@@ -24,7 +24,7 @@
document.getElementById("group").focus();
// Verify that all four images are accessible.
- shouldBe("accessibilityController.focusedElement.childrenCount", "4");
+ shouldBe("accessibilityController.focusedElement.childrenCount", "12");
}
</script>

Powered by Google App Engine