Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(53)

Unified Diff: LayoutTests/accessibility/contenteditable-notifications.html

Issue 1014573010: Get rid of postToElement argument for accessibility notifications. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@postnotification_1
Patch Set: Rebaseline test Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | LayoutTests/accessibility/contenteditable-notifications-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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", []);
« no previous file with comments | « no previous file | LayoutTests/accessibility/contenteditable-notifications-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698