Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / focus-change-on-keypress-expected.txt
blobaf5410cef37a6db4158d59609d5f75dcfbeb7b54
1 This tests changing the focus on keypress event. The character typed by user should be inserted into input. This test only runs in DRT.
3 input without selectionchange
4 PASS
6 input with selectionchange
7 PASS
9 textarea without selectionchange
10 PASS
12 textarea with selectionchange
13 PASS
15 DONE