Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a test for form.elements exact filter #6255

Merged
merged 1 commit into from
Jun 19, 2017
Merged

Add a test for form.elements exact filter #6255

merged 1 commit into from
Jun 19, 2017

Conversation

domenic
Copy link
Member

@domenic domenic commented Jun 15, 2017

This tests the exact list of elements included ("listed elements" except image buttons), plus tests that the form="" attribute works; see whatwg/html#2764.

This tests the exact list of elements included ("listed elements" except image buttons), plus tests that the form="" attribute works; see whatwg/html#2764.
@domenic
Copy link
Member Author

domenic commented Jun 15, 2017

I guess this is "needs-spec-decision" until we fix whatwg/html#2764

@ghost
Copy link

ghost commented Jun 15, 2017

View the complete job log.

Firefox (nightly)

Testing web-platform-tests at revision f8ceb38
Using browser at version BuildID 20170612100241; SourceStamp 27cad9749cddf68e11fdd4e5d73dad84a8f8cf23
Starting 10 test iterations
All results were stable

All results

1 test ran
/html/semantics/forms/the-form-element/form-elements-filter.html
Subtest Results Messages
OK
form.elements must contain all listed elements with the form owner PASS

@ghost
Copy link

ghost commented Jun 15, 2017

View the complete job log.

Sauce (safari)

Testing web-platform-tests at revision f8ceb38
Using browser at version 10.0
Starting 10 test iterations
All results were stable

All results

1 test ran
/html/semantics/forms/the-form-element/form-elements-filter.html
Subtest Results Messages
OK
form.elements must contain all listed elements with the form owner PASS

@ghost
Copy link

ghost commented Jun 15, 2017

View the complete job log.

Chrome (unstable)

Testing web-platform-tests at revision 0322992
Using browser at version 61.0.3128.3 dev
Starting 10 test iterations

@ghost
Copy link

ghost commented Jun 15, 2017

View the complete job log.

Sauce (MicrosoftEdge)

Testing web-platform-tests at revision f8ceb38
Using browser at version 14.14393
Starting 10 test iterations
All results were stable

All results

1 test ran
/html/semantics/forms/the-form-element/form-elements-filter.html
Subtest Results Messages
OK
form.elements must contain all listed elements with the form owner FAIL assert_array_equals: lengths differ, expected 81 got 27

domenic pushed a commit to whatwg/html that referenced this pull request Jun 15, 2017
Fixes #2764, and matches existing implementations, as shown by
web-platform-tests/wpt#6255.
@domenic
Copy link
Member Author

domenic commented Jun 15, 2017

Spec fixed, ready for review

@zcorpan
Copy link
Member

zcorpan commented Jun 19, 2017

EdgeHTML 15 fails in the same way as EdgeHTML 14 (assert_array_equals: lengths differ, expected 81 got 27).

@domenic domenic merged commit 993fa95 into master Jun 19, 2017
@domenic domenic deleted the form-elements branch June 19, 2017 17:17
alice pushed a commit to alice/html that referenced this pull request Jan 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants