blob: 2902783c11201f7a1533ce41cb9566174a3eca93 [file] [log] [blame]
Tests behavior of select() in case "-webkit-user-select: none" attribute is specified to the input element. The field should not be selected.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS input.select(); input.selectionStart is 0
PASS input.selectionEnd is input.value.length
PASS input.value.length is not 0
PASS successfullyParsed is true
TEST COMPLETE