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> |