blob: 5e2525ac288a93a620a24584e82776e6bca9cc8b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
[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
|