| Index: third_party/WebKit/LayoutTests/accessibility/onclick-handlers.html
|
| diff --git a/third_party/WebKit/LayoutTests/accessibility/onclick-handlers.html b/third_party/WebKit/LayoutTests/accessibility/onclick-handlers.html
|
| index 67f29a7449e7c11f3be7c5104af282f914589333..7c12ae43ca5db29e0715663072cce0830de9bacc 100644
|
| --- a/third_party/WebKit/LayoutTests/accessibility/onclick-handlers.html
|
| +++ b/third_party/WebKit/LayoutTests/accessibility/onclick-handlers.html
|
| @@ -17,7 +17,7 @@
|
| var body = document.getElementById("body");
|
| body.focus();
|
| var focusedElement = accessibilityController.focusedElement;
|
| - var textElement = focusedElement.childAtIndex(0).childAtIndex(0);
|
| + var textElement = focusedElement.childAtIndex(1).childAtIndex(0);
|
|
|
| if (textElement.isPressActionSupported()) {
|
| result.innerText += "Test passed\n";
|
|
|