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

Changeset 243182 in webkit


Ignore:
Timestamp:
Mar 19, 2019, 5:28:10 PM (7 years ago)
Author:
rniwa@webkit.org
Message:

Rebaseline the test after r243175. It got somehow landed with failing expectations.

  • fast/dom/replace-child-with-mutation-event-removal-and-circular-template-insertion-expected.txt:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r243181 r243182  
     12019-03-19  Ryosuke Niwa  <rniwa@webkit.org>
     2
     3        Rebaseline the test after r243175. It got somehow landed with failing expectations.
     4
     5        * fast/dom/replace-child-with-mutation-event-removal-and-circular-template-insertion-expected.txt:
     6
    172019-03-19  John Wilander  <wilander@apple.com>
    28
  • trunk/LayoutTests/fast/dom/replace-child-with-mutation-event-removal-and-circular-template-insertion-expected.txt

    r243175 r243182  
    55
    66
    7 FAIL container.replaceChild(fragment, refChild) should throw a HierarchyRequestError. Did not throw.
     7PASS container.replaceChild(fragment, refChild) threw exception HierarchyRequestError: The operation would yield an incorrect node tree..
    88PASS container.parentNode is child.content
    9 FAIL child.parentNode should be null. Was [object HTMLDivElement].
     9PASS child.parentNode is null
    1010PASS successfullyParsed is true
    11 Some tests failed.
    1211
    1312TEST COMPLETE
Note: See TracChangeset for help on using the changeset viewer.