Changeset 263646 in webkit


Ignore:
Timestamp:
Jun 29, 2020 1:00:26 AM (4 years ago)
Author:
commit-queue@webkit.org
Message:

Add a new Web Platform Test in LayoutTest/imported/w3c/web-platform-tests/dom/ranges
https://bugs.webkit.org/show_bug.cgi?id=213667

Patch by Pinki Gyanchandani <pgyanchandani@apple.com> on 2020-06-29
Reviewed by Darin Adler.

Adding a Web Platfotm Test to test the handling of Ranges, when range is associated with a parentless node, and this parentless node moves to
new document.

This test has been provided by Darin Adler.

  • web-platform-tests/dom/ranges/Range-adopt-test-expected.txt: Added.
  • web-platform-tests/dom/ranges/Range-adopt-test.html: Added.
Location:
trunk/LayoutTests/imported/w3c
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/imported/w3c/ChangeLog

    r263637 r263646  
     12020-06-29  Pinki Gyanchandani  <pgyanchandani@apple.com>
     2
     3        Add a new Web Platform Test in LayoutTest/imported/w3c/web-platform-tests/dom/ranges
     4        https://bugs.webkit.org/show_bug.cgi?id=213667
     5
     6        Reviewed by Darin Adler.
     7
     8        Adding a Web Platfotm Test to test the handling of Ranges, when range is associated with a parentless node, and this parentless node moves to
     9        new document.
     10
     11        This test has been provided by Darin Adler.
     12
     13        * web-platform-tests/dom/ranges/Range-adopt-test-expected.txt: Added.
     14        * web-platform-tests/dom/ranges/Range-adopt-test.html: Added.
     15
    1162020-06-28  Rob Buis  <rbuis@igalia.com>
    217
Note: See TracChangeset for help on using the changeset viewer.