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,29 @@
[datetime-local.html]
type: testharness
[datetime-local input value set to 2014-01-01 11:11:11.111 without min/max]
expected: FAIL
[datetime-local input value set to 2014-01-01 11:11 without min/max]
expected: FAIL
[datetime-local input value set to 2014-01-01 00:00:00.000 without min/max]
expected: FAIL
[datetime-local input value set to 2014-01-0 11:11 without min/max]
expected: FAIL
[datetime-local input value set to 2014-01-01 11:1 without min/max]
expected: FAIL
[Value >= min attribute]
expected: FAIL
[Value < min attribute]
expected: FAIL
[Value <= max attribute]
expected: FAIL
[Value > max attribute]
expected: FAIL