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

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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
This is Rietveld 408576698