updated expected test results in log

This commit is contained in:
Anshul Jethvani 2019-12-16 12:05:06 -05:00 committed by Josh Matthews
parent 254bbc3b8c
commit ef8496c7bc
5 changed files with 5 additions and 20 deletions

View file

@ -1,5 +1,5 @@
[form-double-submit-2.html] [form-double-submit-2.html]
expected: ERROR expected: TIMEOUT
[preventDefault should allow onclick submit() to succeed] [preventDefault should allow onclick submit() to succeed]
expected: TIMEOUT expected: TIMEOUT

View file

@ -1,5 +1,5 @@
[form-double-submit.html] [form-double-submit.html]
expected: ERROR expected: TIMEOUT
[default submit action should supersede onclick submit()] [default submit action should supersede onclick submit()]
expected: FAIL expected: FAIL

View file

@ -17,3 +17,6 @@
[firing an event named submit; form.requestSubmit()] [firing an event named submit; form.requestSubmit()]
expected: FAIL expected: FAIL
[Cannot navigate (after constructing the entry list)]
expected: FAIL

View file

@ -6,6 +6,3 @@
[The elements must return an HTMLFormControlsCollection object] [The elements must return an HTMLFormControlsCollection object]
expected: FAIL expected: FAIL
[The controls must root at the fieldset element]
expected: FAIL

View file

@ -3,33 +3,18 @@
[Name for a single element should work] [Name for a single element should work]
expected: FAIL 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] [All listed elements except input type=image should be present in the form]
expected: FAIL expected: FAIL
[Named elements should override builtins] [Named elements should override builtins]
expected: FAIL 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)] [The form attribute should be taken into account for named getters (multiple elements)]
expected: FAIL 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] [Trying to set an expando that would shadow an already-existing named property]
expected: FAIL expected: FAIL
[Trying to set an expando that shadows a named property that gets added later]
expected: FAIL
[Past names map should work correctly] [Past names map should work correctly]
expected: FAIL expected: FAIL