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,50 @@
[text.html]
type: testharness
[Value returns the current value for text]
expected: FAIL
[Value sanitization algorithm should strip line breaks for text]
expected: FAIL
[files attribute must return null for text]
expected: FAIL
[valueAsDate attribute must return null for text]
expected: FAIL
[valueAsNumber attribute must return NaN for text]
expected: FAIL
[list attribute must return null for text]
expected: FAIL
[stepDown does not apply for text]
expected: FAIL
[stepUp does not apply for text]
expected: FAIL
[Value returns the current value for search]
expected: FAIL
[Value sanitization algorithm should strip line breaks for search]
expected: FAIL
[files attribute must return null for search]
expected: FAIL
[valueAsDate attribute must return null for search]
expected: FAIL
[valueAsNumber attribute must return NaN for search]
expected: FAIL
[list attribute must return null for search]
expected: FAIL
[stepDown does not apply for search]
expected: FAIL
[stepUp does not apply for search]
expected: FAIL