mirror of
https://github.com/servo/servo.git
synced 2025-07-16 03:43:38 +01:00
implement range input sanitization
This commit is contained in:
parent
525758ea5e
commit
b29230bd76
6 changed files with 75 additions and 19 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue