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

Resync WPT tests for custom elements #2112

Merged
merged 1 commit into from
Jul 6, 2022

Conversation

rniwa
Copy link
Member

@rniwa rniwa commented Jul 6, 2022

c54e8e1

Resync WPT tests for custom elements
https://bugs.webkit.org/show_bug.cgi?id=242373

Reviewed by Chris Dumez.

Updated the web platform tests for custom elements as of 752460399dfa1af94b0474a84746e28e58ee1004.

* LayoutTests/imported/w3c/resources/resource-files.json:
* LayoutTests/imported/w3c/web-platform-tests/custom-elements/form-associated/ElementInternals-accessibility.html:
* LayoutTests/imported/w3c/web-platform-tests/custom-elements/form-associated/ElementInternals-form-expected.txt: Added.
* LayoutTests/imported/w3c/web-platform-tests/custom-elements/form-associated/ElementInternals-form.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/custom-elements/form-associated/ElementInternals-labels-expected.txt: Added.
* LayoutTests/imported/w3c/web-platform-tests/custom-elements/form-associated/ElementInternals-labels.html:
* LayoutTests/imported/w3c/web-platform-tests/custom-elements/form-associated/ElementInternals-reportValidity-bubble-expected.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/custom-elements/form-associated/ElementInternals-reportValidity-bubble-ref.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/custom-elements/form-associated/ElementInternals-reportValidity-bubble.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/custom-elements/form-associated/ElementInternals-setFormValue-expected.txt: Added.
* LayoutTests/imported/w3c/web-platform-tests/custom-elements/form-associated/ElementInternals-setFormValue.html:
* LayoutTests/imported/w3c/web-platform-tests/custom-elements/form-associated/ElementInternals-validation-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/custom-elements/form-associated/ElementInternals-validation.html:
* LayoutTests/imported/w3c/web-platform-tests/custom-elements/form-associated/fieldset-elements-expected.txt: Added.
* LayoutTests/imported/w3c/web-platform-tests/custom-elements/form-associated/fieldset-elements.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/custom-elements/form-associated/form-associated-callback.html:
* LayoutTests/imported/w3c/web-platform-tests/custom-elements/form-associated/form-elements-namedItem-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/custom-elements/form-associated/form-elements-namedItem.html:
* LayoutTests/imported/w3c/web-platform-tests/custom-elements/form-associated/label-delegatesFocus-expected.txt: Added.
* LayoutTests/imported/w3c/web-platform-tests/custom-elements/form-associated/label-delegatesFocus.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/custom-elements/form-associated/w3c-import.log:
* LayoutTests/imported/w3c/web-platform-tests/custom-elements/pseudo-class-defined-print-ref.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/custom-elements/reactions/HTMLSourceElement-expected.txt: Added.
* LayoutTests/imported/w3c/web-platform-tests/custom-elements/reactions/HTMLSourceElement.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/custom-elements/reactions/w3c-import.log:
* LayoutTests/imported/w3c/web-platform-tests/custom-elements/w3c-import.log:

Canonical link: https://commits.webkit.org/252186@main

@rniwa rniwa self-assigned this Jul 6, 2022
@rniwa rniwa added Tools / Tests Tools in the Tools directory, build issues, test infrastructure, and bugs in test cases WebKit Nightly Build labels Jul 6, 2022
@rniwa rniwa requested a review from cdumez July 6, 2022 05:04
@webkit-early-warning-system webkit-early-warning-system added the merging-blocked Applied to prevent a change from being merged label Jul 6, 2022
Copy link
Contributor

@cdumez cdumez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@rniwa rniwa added merge-queue Applied to send a pull request to merge-queue and removed merging-blocked Applied to prevent a change from being merged labels Jul 6, 2022
https://bugs.webkit.org/show_bug.cgi?id=242373

Reviewed by Chris Dumez.

Updated the web platform tests for custom elements as of 7524603.

* LayoutTests/imported/w3c/resources/resource-files.json:
* LayoutTests/imported/w3c/web-platform-tests/custom-elements/form-associated/ElementInternals-accessibility.html:
* LayoutTests/imported/w3c/web-platform-tests/custom-elements/form-associated/ElementInternals-form-expected.txt: Added.
* LayoutTests/imported/w3c/web-platform-tests/custom-elements/form-associated/ElementInternals-form.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/custom-elements/form-associated/ElementInternals-labels-expected.txt: Added.
* LayoutTests/imported/w3c/web-platform-tests/custom-elements/form-associated/ElementInternals-labels.html:
* LayoutTests/imported/w3c/web-platform-tests/custom-elements/form-associated/ElementInternals-reportValidity-bubble-expected.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/custom-elements/form-associated/ElementInternals-reportValidity-bubble-ref.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/custom-elements/form-associated/ElementInternals-reportValidity-bubble.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/custom-elements/form-associated/ElementInternals-setFormValue-expected.txt: Added.
* LayoutTests/imported/w3c/web-platform-tests/custom-elements/form-associated/ElementInternals-setFormValue.html:
* LayoutTests/imported/w3c/web-platform-tests/custom-elements/form-associated/ElementInternals-validation-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/custom-elements/form-associated/ElementInternals-validation.html:
* LayoutTests/imported/w3c/web-platform-tests/custom-elements/form-associated/fieldset-elements-expected.txt: Added.
* LayoutTests/imported/w3c/web-platform-tests/custom-elements/form-associated/fieldset-elements.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/custom-elements/form-associated/form-associated-callback.html:
* LayoutTests/imported/w3c/web-platform-tests/custom-elements/form-associated/form-elements-namedItem-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/custom-elements/form-associated/form-elements-namedItem.html:
* LayoutTests/imported/w3c/web-platform-tests/custom-elements/form-associated/label-delegatesFocus-expected.txt: Added.
* LayoutTests/imported/w3c/web-platform-tests/custom-elements/form-associated/label-delegatesFocus.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/custom-elements/form-associated/w3c-import.log:
* LayoutTests/imported/w3c/web-platform-tests/custom-elements/pseudo-class-defined-print-ref.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/custom-elements/reactions/HTMLSourceElement-expected.txt: Added.
* LayoutTests/imported/w3c/web-platform-tests/custom-elements/reactions/HTMLSourceElement.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/custom-elements/reactions/w3c-import.log:
* LayoutTests/imported/w3c/web-platform-tests/custom-elements/w3c-import.log:

Canonical link: https://commits.webkit.org/252186@main
@webkit-commit-queue
Copy link
Collaborator

Committed 252186@main (c54e8e1): https://commits.webkit.org/252186@main

Reviewed commits have been landed. Closing PR #2112 and removing active labels.

@webkit-commit-queue webkit-commit-queue removed the merge-queue Applied to send a pull request to merge-queue label Jul 6, 2022
@rniwa rniwa deleted the fix242373 branch July 17, 2022 20:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Tools / Tests Tools in the Tools directory, build issues, test infrastructure, and bugs in test cases
Projects
None yet
4 participants