blob: ea71f775e033141e28dad23346d9ab48988ddecb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
This test confirms that select an disabled input element does not cause focus change.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS getSelection().anchorNode is document.body
PASS getSelection().anchorOffset is 3
PASS getSelection().anchorNode is document.body
PASS getSelection().anchorOffset is 3
PASS successfullyParsed is true
TEST COMPLETE
|