mirror of
https://github.com/servo/servo
synced 2026-04-29 02:47:55 +02:00
Issue #10491 add HTMLInputElement attributes that reflect content identically
it uses a new version of string-cache https://github.com/servo/string-cache/pull/148
This commit is contained in:
@@ -1,74 +1,29 @@
|
||||
[datetime.html]
|
||||
type: testharness
|
||||
[[date\] The min attribute must have a value that is a valid global date and time string]
|
||||
expected: FAIL
|
||||
|
||||
[[date\] The max attribute must have a value that is a valid global date and time string]
|
||||
expected: FAIL
|
||||
|
||||
[[date\] The step attribute must be expressed in seconds]
|
||||
expected: FAIL
|
||||
|
||||
[[date\] stepUp method support on input 'date' element]
|
||||
expected: FAIL
|
||||
|
||||
[[date\] stepDown method support on input 'date' element]
|
||||
expected: FAIL
|
||||
|
||||
[[time\] The min attribute must have a value that is a valid global date and time string]
|
||||
expected: FAIL
|
||||
|
||||
[[time\] The max attribute must have a value that is a valid global date and time string]
|
||||
expected: FAIL
|
||||
|
||||
[[time\] The step attribute must be expressed in seconds]
|
||||
expected: FAIL
|
||||
|
||||
[[time\] stepUp method support on input 'time' element]
|
||||
expected: FAIL
|
||||
|
||||
[[time\] stepDown method support on input 'time' element]
|
||||
expected: FAIL
|
||||
|
||||
[[datetime\] The min attribute must have a value that is a valid global date and time string]
|
||||
expected: FAIL
|
||||
|
||||
[[datetime\] The max attribute must have a value that is a valid global date and time string]
|
||||
expected: FAIL
|
||||
|
||||
[[datetime\] The step attribute must be expressed in seconds]
|
||||
expected: FAIL
|
||||
|
||||
[[datetime\] stepUp method support on input 'datetime' element]
|
||||
expected: FAIL
|
||||
|
||||
[[datetime\] stepDown method support on input 'datetime' element]
|
||||
expected: FAIL
|
||||
|
||||
[[month\] The min attribute must have a value that is a valid global date and time string]
|
||||
expected: FAIL
|
||||
|
||||
[[month\] The max attribute must have a value that is a valid global date and time string]
|
||||
expected: FAIL
|
||||
|
||||
[[month\] The step attribute must be expressed in seconds]
|
||||
expected: FAIL
|
||||
|
||||
[[month\] stepUp method support on input 'month' element]
|
||||
expected: FAIL
|
||||
|
||||
[[month\] stepDown method support on input 'month' element]
|
||||
expected: FAIL
|
||||
|
||||
[[week\] The min attribute must have a value that is a valid global date and time string]
|
||||
expected: FAIL
|
||||
|
||||
[[week\] The max attribute must have a value that is a valid global date and time string]
|
||||
expected: FAIL
|
||||
|
||||
[[week\] The step attribute must be expressed in seconds]
|
||||
expected: FAIL
|
||||
|
||||
[[week\] stepUp method support on input 'week' element]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
Reference in New Issue
Block a user