⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 267719 in webkit


Ignore:
Timestamp:
Sep 28, 2020, 4:48:47 PM (6 years ago)
Author:
rniwa@webkit.org
Message:

Document.p.contains returns true for nodes in shadow tree
https://bugs.webkit.org/show_bug.cgi?id=189164

Reviewed by Darin Adler.

Added a regression after r267220 had fixed this bug.

  • fast/shadow-dom/document-contains-returns-false-for-node-inside-shadow-tree-expected.txt: Added.
  • fast/shadow-dom/document-contains-returns-false-for-node-inside-shadow-tree.html: Added.
Location:
trunk/LayoutTests
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r267711 r267719  
     12020-09-28  Ryosuke Niwa  <rniwa@webkit.org>
     2
     3        Document.p.contains returns true for nodes in shadow tree
     4        https://bugs.webkit.org/show_bug.cgi?id=189164
     5
     6        Reviewed by Darin Adler.
     7
     8        Added a regression after r267220 had fixed this bug.
     9
     10        * fast/shadow-dom/document-contains-returns-false-for-node-inside-shadow-tree-expected.txt: Added.
     11        * fast/shadow-dom/document-contains-returns-false-for-node-inside-shadow-tree.html: Added.
     12
    1132020-09-28  Fujii Hironori  <Hironori.Fujii@sony.com>
    214
Note: See TracChangeset for help on using the changeset viewer.