Bug 1310079 - Implement the min and max attribute for <input type=datetime-local>

This commit is contained in:
janekptacijarabaci 2018-03-30 19:56:09 +02:00 committed by Roy Tam
commit c140ca5b67
9 changed files with 88 additions and 112 deletions

View file

@ -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