[webkit-changes] [WebKit/WebKit] 8b06b8: Resync WPT for custom elements

Ryosuke Niwa noreply at github.com
Thu Dec 22 10:44:25 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 8b06b89e9a6f3665cb57d3995949cd82625163e3
      https://github.com/WebKit/WebKit/commit/8b06b89e9a6f3665cb57d3995949cd82625163e3
  Author: Ryosuke Niwa <rniwa at webkit.org>
  Date:   2022-12-22 (Thu, 22 Dec 2022)

  Changed paths:
    A LayoutTests/imported/w3c/web-platform-tests/common/gc.js
    M LayoutTests/imported/w3c/web-platform-tests/custom-elements/CustomElementRegistry-constructor-and-callbacks-are-held-strongly.html
    A LayoutTests/imported/w3c/web-platform-tests/custom-elements/ElementInternals-accessibility-expected.txt
    A LayoutTests/imported/w3c/web-platform-tests/custom-elements/ElementInternals-accessibility.html
    R LayoutTests/imported/w3c/web-platform-tests/custom-elements/form-associated/ElementInternals-accessibility-expected.txt
    R LayoutTests/imported/w3c/web-platform-tests/custom-elements/form-associated/ElementInternals-accessibility.html
    M LayoutTests/imported/w3c/web-platform-tests/custom-elements/form-associated/ElementInternals-target-element-is-held-strongly.html
    M LayoutTests/imported/w3c/web-platform-tests/custom-elements/form-associated/w3c-import.log
    A LayoutTests/imported/w3c/web-platform-tests/custom-elements/reactions/AriaMixin-element-attributes-expected.txt
    A LayoutTests/imported/w3c/web-platform-tests/custom-elements/reactions/AriaMixin-element-attributes.html
    A LayoutTests/imported/w3c/web-platform-tests/custom-elements/reactions/AriaMixin-string-attributes-expected.txt
    A LayoutTests/imported/w3c/web-platform-tests/custom-elements/reactions/AriaMixin-string-attributes.html
    M LayoutTests/imported/w3c/web-platform-tests/custom-elements/reactions/w3c-import.log
    A LayoutTests/imported/w3c/web-platform-tests/custom-elements/scoped-registry/CustomElementRegistry-constructor.tentative-expected.txt
    A LayoutTests/imported/w3c/web-platform-tests/custom-elements/scoped-registry/CustomElementRegistry-constructor.tentative.html
    A LayoutTests/imported/w3c/web-platform-tests/custom-elements/scoped-registry/CustomElementRegistry-multi-register.tentative-expected.txt
    A LayoutTests/imported/w3c/web-platform-tests/custom-elements/scoped-registry/CustomElementRegistry-multi-register.tentative.html
    A LayoutTests/imported/w3c/web-platform-tests/custom-elements/scoped-registry/ShadowRoot-init-registry.tentative-expected.txt
    A LayoutTests/imported/w3c/web-platform-tests/custom-elements/scoped-registry/ShadowRoot-init-registry.tentative.html
    A LayoutTests/imported/w3c/web-platform-tests/custom-elements/scoped-registry/w3c-import.log
    M LayoutTests/imported/w3c/web-platform-tests/custom-elements/w3c-import.log
    A LayoutTests/imported/w3c/web-platform-tests/custom-elements/when-defined-reentry-crash.html

  Log Message:
  -----------
  Resync WPT for custom elements
https://bugs.webkit.org/show_bug.cgi?id=249756

Reviewed by Chris Dumez.

Resync web platform tests for custom elements as of b8cffc496b5e3ec50597efd2d38e4595b43ba521.

* LayoutTests/imported/w3c/web-platform-tests/common/gc.js: Added.
(self.garbageCollect.async if):
(self.garbageCollect.gcRec):
(self.garbageCollect):
* LayoutTests/imported/w3c/web-platform-tests/custom-elements/CustomElementRegistry-constructor-and-callbacks-are-held-strongly.html:
* LayoutTests/imported/w3c/web-platform-tests/custom-elements/ElementInternals-accessibility-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/custom-elements/form-associated/ElementInternals-accessibility-expected.txt.
* LayoutTests/imported/w3c/web-platform-tests/custom-elements/ElementInternals-accessibility.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/custom-elements/form-associated/ElementInternals-accessibility.html.
* LayoutTests/imported/w3c/web-platform-tests/custom-elements/form-associated/ElementInternals-target-element-is-held-strongly.html:
* LayoutTests/imported/w3c/web-platform-tests/custom-elements/form-associated/w3c-import.log:
* LayoutTests/imported/w3c/web-platform-tests/custom-elements/reactions/AriaMixin-element-attributes-expected.txt: Added.
* LayoutTests/imported/w3c/web-platform-tests/custom-elements/reactions/AriaMixin-element-attributes.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/custom-elements/reactions/AriaMixin-string-attributes-expected.txt: Added.
* LayoutTests/imported/w3c/web-platform-tests/custom-elements/reactions/AriaMixin-string-attributes.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/custom-elements/reactions/w3c-import.log:
* LayoutTests/imported/w3c/web-platform-tests/custom-elements/scoped-registry/CustomElementRegistry-constructor.tentative-expected.txt: Added.
* LayoutTests/imported/w3c/web-platform-tests/custom-elements/scoped-registry/CustomElementRegistry-constructor.tentative.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/custom-elements/scoped-registry/CustomElementRegistry-multi-register.tentative-expected.txt: Added.
* LayoutTests/imported/w3c/web-platform-tests/custom-elements/scoped-registry/CustomElementRegistry-multi-register.tentative.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/custom-elements/scoped-registry/ShadowRoot-init-registry.tentative-expected.txt: Added.
* LayoutTests/imported/w3c/web-platform-tests/custom-elements/scoped-registry/ShadowRoot-init-registry.tentative.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/custom-elements/scoped-registry/w3c-import.log: Added.
* LayoutTests/imported/w3c/web-platform-tests/custom-elements/w3c-import.log:
* LayoutTests/imported/w3c/web-platform-tests/custom-elements/when-defined-reentry-crash.html: Added.

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




More information about the webkit-changes mailing list