blob: 7bf7e1d24ed1be868aabcaaf0b105f0cd63a6fb1 [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 "time" is correctly "time".
PASS input.type for "TIME" is correctly "time".
PASS input.type for " time " is correctly "text".
PASS successfullyParsed is true
TEST COMPLETE