Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / text / text-select-disabled-expected.txt
blobea71f775e033141e28dad23346d9ab48988ddecb
1 This test confirms that select an disabled input element does not cause focus change.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS getSelection().anchorNode is document.body
7 PASS getSelection().anchorOffset is 3
8 PASS getSelection().anchorNode is document.body
9 PASS getSelection().anchorOffset is 3
10 PASS successfullyParsed is true
12 TEST COMPLETE