Skip to content

Commit

Permalink
updated expected test results in log
Browse files Browse the repository at this point in the history
  • Loading branch information
amj23897 authored and jdm committed Dec 16, 2019
1 parent 254bbc3 commit ef8496c
Show file tree
Hide file tree
Showing 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

Expand Up @@ -17,3 +17,6 @@
[firing an event named submit; form.requestSubmit()]
expected: FAIL

[Cannot navigate (after constructing the entry list)]
expected: FAIL

Expand Up @@ -6,6 +6,3 @@
[The elements must return an HTMLFormControlsCollection object]
expected: FAIL

[The controls must root at the fieldset element]
expected: FAIL

Expand Up @@ -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

0 comments on commit ef8496c

Please sign in to comment.