Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 PASS successfullyParsed is true | |
| 2 | |
| 3 TEST COMPLETE | |
| 4 focus : | |
| 5 PASS textfield.selectionStart is 0 | |
| 6 PASS textfield.selectionEnd is 5 | |
| 7 mousedown : | |
| 8 PASS textfield.selectionStart is 0 | |
| 9 PASS textfield.selectionEnd is 0 | |
| 10 mouseup : | |
| 11 PASS textfield.selectionStart is 0 | |
| 12 PASS textfield.selectionEnd is 5 | |
| 13 click : | |
| 14 PASS textfield.selectionStart is 0 | |
| 15 PASS textfield.selectionEnd is 5 | |
| 16 | |
| OLD | NEW |