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

Unified Diff: LayoutTests/accessibility/img-alt-tag-only-whitespace.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
« no previous file with comments | « no previous file | LayoutTests/accessibility/img-alt-tag-only-whitespace-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/accessibility/img-alt-tag-only-whitespace.html
diff --git a/LayoutTests/accessibility/img-alt-tag-only-whitespace.html b/LayoutTests/accessibility/img-alt-tag-only-whitespace.html
index f9889531e6e4d47ad6d3383a59018bc178c9f5fd..d9db5fd508316bb5bd0c42400371e08ec6b54f7f 100644
--- a/LayoutTests/accessibility/img-alt-tag-only-whitespace.html
+++ b/LayoutTests/accessibility/img-alt-tag-only-whitespace.html
@@ -22,8 +22,8 @@
document.getElementById("images").focus();
var imagesGroup = accessibilityController.focusedElement;
- shouldBe("imagesGroup.childrenCount", "1");
- console.log("Image description: " + imagesGroup.childAtIndex(0).description);
+ shouldBe("imagesGroup.childrenCount", "4");
+ console.log("Image description: " + imagesGroup.childAtIndex(2).description);
}
</script>
« no previous file with comments | « no previous file | LayoutTests/accessibility/img-alt-tag-only-whitespace-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698