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

Side by Side Diff: LayoutTests/accessibility/contenteditable-notifications-expected.txt

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, 8 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 unified diff | Download patch
OLDNEW
1 This test ensures that moving the cursor in a contentEditable sends a selected t ext change notification, and typing in a contentEditable sends both a value chan ged and selected text changed notification - both on the root element that's mar ked as contentEditable. 1 This test ensures that moving the cursor in a contentEditable sends a selected t ext change notification, and typing in a contentEditable sends both a value chan ged and selected text changed notification - both on the root element that's mar ked as contentEditable.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS Got notification: SelectedTextChanged 6 PASS Got notification: SelectedTextChanged
7 PASS Got notification: SelectedTextChanged 7 PASS Got notification: SelectedTextChanged
8 PASS Got notification: SelectedTextChanged
9 PASS Got notification: ValueChanged 8 PASS Got notification: ValueChanged
10 PASS Got notification: SelectedTextChanged 9 PASS Got notification: SelectedTextChanged
11 PASS Got notification: ValueChanged 10 PASS Got notification: ValueChanged
11 PASS Got notification: ValueChanged
12 PASS Got notification: SelectedTextChanged 12 PASS Got notification: SelectedTextChanged
13 PASS Got notification: ValueChanged 13 PASS Got notification: ValueChanged
14 PASS Got notification: ValueChanged
14 PASS Got notification: SelectedTextChanged 15 PASS Got notification: SelectedTextChanged
16 PASS Got notification: ValueChanged
17 PASS Got notification: ValueChanged
18 PASS Got notification: SelectedTextChanged
19 PASS Got notification: ValueChanged
15 PASS successfullyParsed is true 20 PASS successfullyParsed is true
16 21
17 TEST COMPLETE 22 TEST COMPLETE
18 23
OLDNEW
« no previous file with comments | « LayoutTests/accessibility/contenteditable-notifications.html ('k') | Source/modules/accessibility/AXLayoutObject.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698