implement range input sanitization

This commit is contained in:
tigercosmos 2018-01-14 00:01:47 +08:00
parent 525758ea5e
commit b29230bd76
6 changed files with 75 additions and 19 deletions

View file

@ -9,6 +9,6 @@
[range input value equals 100]
expected: FAIL
[range input value equals 2]
[range input value set to an integer]
expected: FAIL

View file

@ -21,9 +21,6 @@
[default value when both min and max attributes are given, while min > max]
expected: FAIL
[The default step scale factor is 1, unless min attribute has non-integer value]
expected: FAIL
[Step scale factor behavior when min attribute has integer value but max attribute is non-integer ]
expected: FAIL