| Index: LayoutTests/accessibility/contenteditable-notifications.html
|
| diff --git a/LayoutTests/accessibility/contenteditable-notifications.html b/LayoutTests/accessibility/contenteditable-notifications.html
|
| index b3b89fd9b7acca3a97d86b748227fed471aacded..acec61fefdb28a8c79222abcb0ca70c792e7e299 100644
|
| --- a/LayoutTests/accessibility/contenteditable-notifications.html
|
| +++ b/LayoutTests/accessibility/contenteditable-notifications.html
|
| @@ -38,7 +38,7 @@ if (window.testRunner && window.accessibilityController) {
|
| else if (notification == "SelectedTextChanged")
|
| selectedTextChangedCount++;
|
|
|
| - if (valueChangedCount == 3 && selectedTextChangedCount == 6) {
|
| + if (valueChangedCount == 8 && selectedTextChangedCount == 6) {
|
| textbox.style.display = "none";
|
| finishJSTest();
|
| }
|
| @@ -46,7 +46,7 @@ if (window.testRunner && window.accessibilityController) {
|
|
|
| eventSender.keyDown("leftArrow", []);
|
| eventSender.keyDown("leftArrow", []);
|
| - eventSender.keyDown("leftArrow", []);
|
| + eventSender.keyDown("w", []);
|
| eventSender.keyDown("x", []);
|
| eventSender.keyDown("y", []);
|
| eventSender.keyDown("z", []);
|
|
|