Bug 1310080 - Implement the step attribute for <input type=datetime-local>

This commit is contained in:
janekptacijarabaci 2018-03-30 20:33:02 +02:00 committed by Roy Tam
commit a1c4899124
8 changed files with 251 additions and 61 deletions

View file

@ -32,10 +32,3 @@
[[INPUT in DATETIME status\] The datetime type must be supported.]
expected: FAIL
[[INPUT in DATETIME-LOCAL status\] suffering from a step mismatch]
expected: FAIL
[[INPUT in DATETIME-LOCAL status\] suffering from a step mismatch (in a form)]
expected: FAIL

View file

@ -39,9 +39,3 @@
[[INPUT in DATETIME status\] The datetime type must be supported.]
expected: FAIL
[[INPUT in DATETIME-LOCAL status\] suffering from a step mismatch]
expected: FAIL
[[INPUT in DATETIME-LOCAL status\] suffering from a step mismatch (in a form)]
expected: FAIL

View file

@ -2,7 +2,3 @@
type: testharness
[[INPUT in DATETIME status\] The datetime type must be supported.]
expected: FAIL
[[INPUT in DATETIME-LOCAL status\] The value must mismatch the step]
expected: FAIL

View file

@ -23,7 +23,3 @@
[[INPUT in MONTH status\] validity.valid must be false if validity.stepMismatch is true]
expected: FAIL
[[INPUT in DATETIME-LOCAL status\] validity.valid must be false if validity.stepMismatch is true]
expected: FAIL