blob: 45651fe405f809fa6d66f673187adab90958be4c [file] [log] [blame]
Tests for writing and reading .type property of HTMLInputElement.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS input.type for "week" is correctly "week".
PASS input.type for "WEEK" is correctly "week".
PASS input.type for " week " is correctly "text".
PASS successfullyParsed is true
TEST COMPLETE