| OLD | NEW |
| 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 |
| OLD | NEW |