mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 00:38:39 +09:00
Bug 1310080 - Implement the step attribute for <input type=datetime-local>
This commit is contained in:
parent
1a9f7f4310
commit
a1c4899124
8 changed files with 251 additions and 61 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue