blob: d1f5716f9b093f91ca7f640fe57b2224acbf817f [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