Update to wptrunner 1.3, which actually runs.

This commit is contained in:
Ms2ger 2014-10-06 22:37:17 +02:00
parent 06489fcc42
commit ff42493d87
13 changed files with 13 additions and 92 deletions

View file

@ -1,5 +0,0 @@
[checked.xhtml]
type: testharness
[input@checked is immediately reflected to \'checked\' IDL attribute]
expected: FAIL

View file

@ -3,9 +3,6 @@
[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
@ -24,9 +21,6 @@
[[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
@ -45,9 +39,6 @@
[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
@ -66,9 +57,6 @@
[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
@ -87,9 +75,6 @@
[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

View file

@ -1,8 +1,5 @@
[hidden.html]
type: testharness
[Value returns the current value for hidden]
expected: FAIL
[files attribute must return null for hidden]
expected: FAIL

View file

@ -3,9 +3,6 @@
[default behavior]
expected: FAIL
[empty value attribute]
expected: FAIL
[label value]
expected: FAIL

View file

@ -1,14 +1,5 @@
[input-type-checkbox.html]
type: testharness
[default checkbox has no checkedness state]
expected: FAIL
[checkbox with initial state set to checked has checkedness state]
expected: FAIL
[changing the checked attribute to a string sets the checkedness state]
expected: FAIL
[a checkbox has an indeterminate state set to false onload]
expected: FAIL

View file

@ -1,14 +1,11 @@
[password.html]
type: testharness
[Value returns the current value for password]
expected: FAIL
[Value sanitization algorithm should strip line breaks for password]
expected: FAIL
[sanitization algorithm doesn\'t strip leading and trailing whitespaces]
expected: FAIL
[sanitization algorithm strips line breaks]
expected: FAIL
[Setting value changes the current value for password, but not the value content attribute]
expected: FAIL

View file

@ -1,8 +1,5 @@
[text.html]
type: testharness
[Value returns the current value for text]
expected: FAIL
[Value sanitization algorithm should strip line breaks for text]
expected: FAIL
@ -24,9 +21,6 @@
[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

View file

@ -1,8 +1,5 @@
[time.html]
type: testharness
[time element of default time value]
expected: FAIL
[step attribute on default value check]
expected: FAIL