mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
updated expected test results in log
This commit is contained in:
parent
254bbc3b8c
commit
ef8496c7bc
5 changed files with 5 additions and 20 deletions
|
@ -1,5 +1,5 @@
|
|||
[form-double-submit-2.html]
|
||||
expected: ERROR
|
||||
expected: TIMEOUT
|
||||
[preventDefault should allow onclick submit() to succeed]
|
||||
expected: TIMEOUT
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[form-double-submit.html]
|
||||
expected: ERROR
|
||||
expected: TIMEOUT
|
||||
[default submit action should supersede onclick submit()]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -17,3 +17,6 @@
|
|||
[firing an event named submit; form.requestSubmit()]
|
||||
expected: FAIL
|
||||
|
||||
[Cannot navigate (after constructing the entry list)]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -6,6 +6,3 @@
|
|||
[The elements must return an HTMLFormControlsCollection object]
|
||||
expected: FAIL
|
||||
|
||||
[The controls must root at the fieldset element]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -3,33 +3,18 @@
|
|||
[Name for a single element should work]
|
||||
expected: FAIL
|
||||
|
||||
[Calling item() on the NodeList returned from the named getter should work]
|
||||
expected: FAIL
|
||||
|
||||
[Indexed getter on the NodeList returned from the named getter should work]
|
||||
expected: FAIL
|
||||
|
||||
[All listed elements except input type=image should be present in the form]
|
||||
expected: FAIL
|
||||
|
||||
[Named elements should override builtins]
|
||||
expected: FAIL
|
||||
|
||||
[The form attribute should be taken into account for named getters (single element)]
|
||||
expected: FAIL
|
||||
|
||||
[The form attribute should be taken into account for named getters (multiple elements)]
|
||||
expected: FAIL
|
||||
|
||||
[Input should only be a named property on the innermost form that contains it]
|
||||
expected: FAIL
|
||||
|
||||
[Trying to set an expando that would shadow an already-existing named property]
|
||||
expected: FAIL
|
||||
|
||||
[Trying to set an expando that shadows a named property that gets added later]
|
||||
expected: FAIL
|
||||
|
||||
[Past names map should work correctly]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue