| Index: third_party/WebKit/LayoutTests/accessibility/presentation-owned-elements.html
|
| diff --git a/third_party/WebKit/LayoutTests/accessibility/presentation-owned-elements.html b/third_party/WebKit/LayoutTests/accessibility/presentation-owned-elements.html
|
| index 991011e057aed904cce5e538094e5190fca45e12..95c32f7f98ecd0402733d9dd717f7131ff0031e4 100644
|
| --- a/third_party/WebKit/LayoutTests/accessibility/presentation-owned-elements.html
|
| +++ b/third_party/WebKit/LayoutTests/accessibility/presentation-owned-elements.html
|
| @@ -78,7 +78,10 @@ description("This test make sure that presentation role is inherited to required
|
|
|
| if (window.testRunner)
|
| testRunner.dumpAsText();
|
| +
|
| if (window.accessibilityController) {
|
| + // Ensure we've seen all nodes in accessibility tree.
|
| + traverseAccessibilityTree(accessibilityController.rootElement);
|
| buildAccessibilityTree(accessibilityController.focusedElement, 0, 1);
|
| }
|
| </script>
|
|
|