[webkit-changes] [WebKit/WebKit] 198be3: Declarative Shadow DOM should be exposed in Elemen...

Ryosuke Niwa noreply at github.com
Mon Dec 19 20:09:17 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 198be334f155e62044fdf1a2349d08db055a3423
      https://github.com/WebKit/WebKit/commit/198be334f155e62044fdf1a2349d08db055a3423
  Author: Ryosuke Niwa <rniwa at webkit.org>
  Date:   2022-12-19 (Mon, 19 Dec 2022)

  Changed paths:
    A LayoutTests/fast/shadow-dom/element-internals-exposes-declarative-shadow-root-expected.txt
    A LayoutTests/fast/shadow-dom/element-internals-exposes-declarative-shadow-root.html
    M LayoutTests/platform/win/TestExpectations
    M Source/WebCore/dom/ElementInternals.cpp

  Log Message:
  -----------
  Declarative Shadow DOM should be exposed in ElementInternals.shadowRoot
https://bugs.webkit.org/show_bug.cgi?id=249523

Reviewed by Chris Dumez.

Expose the declarative shadow DOM in ElementInternals.prototype.shadowRoot.

* LayoutTests/fast/shadow-dom/element-internals-exposes-declarative-shadow-root-expected.txt: Added.
* LayoutTests/fast/shadow-dom/element-internals-exposes-declarative-shadow-root.html: Added.
* LayoutTests/platform/win/TestExpectations:
* Source/WebCore/dom/ElementInternals.cpp:
(WebCore::ElementInternals::shadowRoot const):

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




More information about the webkit-changes mailing list