blob: 8f0605d67d0e9924d32429dd8c3f8286d79971a0 [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 "datetime-local" is correctly "datetime-local".
PASS input.type for "DATETIME-LOCAL" is correctly "datetime-local".
PASS input.type for " datetime-local " is correctly "text".
PASS input.type for "datetimelocal" is correctly "text".
PASS input.type for "datetime_local" is correctly "text".
PASS successfullyParsed is true
TEST COMPLETE