mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 23:08:39 +09:00
Bug 1310079 - Implement the min and max attribute for <input type=datetime-local>
This commit is contained in:
parent
344ea39e20
commit
c140ca5b67
9 changed files with 88 additions and 112 deletions
|
|
@ -1,20 +0,0 @@
|
|||
[inrange-outofrange.html]
|
||||
type: testharness
|
||||
[':in-range' matches all elements that are candidates for constraint validation, have range limitations, and that are neither suffering from an underflow nor suffering from an overflow]
|
||||
expected: FAIL
|
||||
|
||||
[':in-range' update number1's value < min]
|
||||
expected: FAIL
|
||||
|
||||
[':in-range' update number3's min < value]
|
||||
expected: FAIL
|
||||
|
||||
[':out-of-range' matches all elements that are candidates for constraint validation, have range limitations, and that are either suffering from an underflow or suffering from an overflow]
|
||||
expected: FAIL
|
||||
|
||||
[':out-of-range' update number1's value < min]
|
||||
expected: FAIL
|
||||
|
||||
[':out-of-range' update number3's min < value]
|
||||
expected: FAIL
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue