blob: 83921bfd6c6f9a4d30c2c2335e59b61a9f9e24a0 [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