1 This test ensures that moving the cursor in a contentEditable sends a selected text change notification, and typing in a contentEditable sends both a value changed and selected text changed notification - both on the root element that's marked as contentEditable.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS Got notification: SelectedTextChanged
7 PASS Got notification: SelectedTextChanged
8 PASS Got notification: ValueChanged
9 PASS Got notification: SelectedTextChanged
10 PASS Got notification: ValueChanged
11 PASS Got notification: ValueChanged
12 PASS Got notification: SelectedTextChanged
13 PASS Got notification: ValueChanged
14 PASS Got notification: ValueChanged
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
20 PASS successfullyParsed is true