OLD | NEW |
1 This test checks that when a user focuses on the "first input" text field, modif
ies its contents, and then defocuses it by pressing the tab key that the followi
ng DOM events are fired in order: Focus, Change, Blur, Focus (on "second input")
. Note, this test must be run by Dump Render Tree. | 1 This test checks that when a user focuses on the "first input" text field, modif
ies its contents, and then defocuses it by pressing the tab key that the followi
ng DOM events are fired in order: Focus, Change, Blur, Focus (on "second input")
. Note, this test must be run by Dump Render Tree. |
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 | 6 |
| 7 PASS successfullyParsed is true |
| 8 |
| 9 TEST COMPLETE |
7 PASS fired event is (firstInput, focus). | 10 PASS fired event is (firstInput, focus). |
8 PASS fired event is (firstInput, change). | 11 PASS fired event is (firstInput, change). |
9 PASS fired event is (firstInput, blur). | 12 PASS fired event is (firstInput, blur). |
10 PASS fired event is (secondInput, focus). | 13 PASS fired event is (secondInput, focus). |
11 | 14 |
12 TEST COMPLETE | 15 TEST COMPLETE |
13 PASS successfullyParsed is true | |
14 | 16 |
15 TEST COMPLETE | |
16 | |
OLD | NEW |