Title: [244009] releases/WebKitGTK/webkit-2.24/LayoutTests
Revision
244009
Author
carlo...@webkit.org
Date
2019-04-08 05:39:18 -0700 (Mon, 08 Apr 2019)

Log Message

Merge r243182 - 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:

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.24/LayoutTests/ChangeLog (244008 => 244009)


--- releases/WebKitGTK/webkit-2.24/LayoutTests/ChangeLog	2019-04-08 12:39:15 UTC (rev 244008)
+++ releases/WebKitGTK/webkit-2.24/LayoutTests/ChangeLog	2019-04-08 12:39:18 UTC (rev 244009)
@@ -1,5 +1,11 @@
 2019-03-19  Ryosuke Niwa  <rn...@webkit.org>
 
+        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:
+
+2019-03-19  Ryosuke Niwa  <rn...@webkit.org>
+
         Reparenting during a mutation event inside appendChild could result in a circular DOM tree
         https://bugs.webkit.org/show_bug.cgi?id=192825
 

Modified: releases/WebKitGTK/webkit-2.24/LayoutTests/fast/dom/replace-child-with-mutation-event-removal-and-circular-template-insertion-expected.txt (244008 => 244009)


--- releases/WebKitGTK/webkit-2.24/LayoutTests/fast/dom/replace-child-with-mutation-event-removal-and-circular-template-insertion-expected.txt	2019-04-08 12:39:15 UTC (rev 244008)
+++ releases/WebKitGTK/webkit-2.24/LayoutTests/fast/dom/replace-child-with-mutation-event-removal-and-circular-template-insertion-expected.txt	2019-04-08 12:39:18 UTC (rev 244009)
@@ -4,11 +4,10 @@
 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
 
 
-FAIL container.replaceChild(fragment, refChild) should throw a HierarchyRequestError. Did not throw.
+PASS container.replaceChild(fragment, refChild) threw exception HierarchyRequestError: The operation would yield an incorrect node tree..
 PASS container.parentNode is child.content
-FAIL child.parentNode should be null. Was [object HTMLDivElement].
+PASS child.parentNode is null
 PASS successfullyParsed is true
-Some tests failed.
 
 TEST COMPLETE
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to