mirror of
https://github.com/servo/servo
synced 2026-05-02 20:32:02 +02:00
Cargoify servo
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
[month.html]
|
||||
type: testharness
|
||||
[month type support on input element]
|
||||
expected: FAIL
|
||||
|
||||
[The value attribute, if specified and not empty, must have a value that is a valid month string]
|
||||
expected: FAIL
|
||||
|
||||
[The min attribute, if specified, must have a value that is a valid month string.]
|
||||
expected: FAIL
|
||||
|
||||
[The max attribute, if specified, must have a value that is a valid month string]
|
||||
expected: FAIL
|
||||
|
||||
[User agents must not allow the user to set the value to a non-empty string that is not a valid month string.]
|
||||
expected: FAIL
|
||||
|
||||
[When value attribute has two digits year value, the value,which is invalid, must return empty string.]
|
||||
expected: FAIL
|
||||
|
||||
[When value is set with invalid value, the value must return empty string.]
|
||||
expected: FAIL
|
||||
|
||||
[When value is given invalid value to non-empty valid string, the value must be same as before.]
|
||||
expected: FAIL
|
||||
|
||||
[When step attribute is given invalid value, it must ignore the invalid value and use defaul value instead.]
|
||||
expected: FAIL
|
||||
|
||||
[Month should be <= 13: If the value of the element is not a valid month string, then set it to the empty string instead.]
|
||||
expected: FAIL
|
||||
|
||||
[Month should be > 0: If the value of the element is not a valid month string, then set it to the empty string instead.>]
|
||||
expected: FAIL
|
||||
|
||||
Reference in New Issue
Block a user