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