Cargoify servo

This commit is contained in:
Jack Moffitt
2014-08-28 09:34:23 -06:00
parent db2f642c32
commit c6ab60dbfc
1761 changed files with 8423 additions and 2294 deletions

View File

@@ -0,0 +1,107 @@
[datetime.html]
type: testharness
[date type support on input element]
expected: FAIL
[[date\] The value must be a valid global date and time string]
expected: FAIL
[[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\] time type support on input element]
expected: FAIL
[[time\] The value must be a valid global date and time string]
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 type support on input element]
expected: FAIL
[[datetime\] The must be a valid global date and time string]
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 type support on input element]
expected: FAIL
[[month\] The value must be a value that is a valid global date and time string]
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 type support on input element]
expected: FAIL
[[week\] The value must be a value that is a valid global date and time string]
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
[[week\] stepDown method support on input \'week\' element]
expected: FAIL