blob: 5ef2990047501b69f66a1451df551fec25e45cb1 [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 "date" is correctly "date".
PASS input.type for "DATE" is correctly "date".
PASS input.type for " date " is correctly "text".
PASS successfullyParsed is true
TEST COMPLETE