Changeset 244009 in webkit
- Timestamp:
- Apr 8, 2019, 5:39:18 AM (7 years ago)
- Location:
- releases/WebKitGTK/webkit-2.24/LayoutTests
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
fast/dom/replace-child-with-mutation-event-removal-and-circular-template-insertion-expected.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
releases/WebKitGTK/webkit-2.24/LayoutTests/ChangeLog
r244008 r244009 1 2019-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 1 7 2019-03-19 Ryosuke Niwa <rniwa@webkit.org> 2 8 -
releases/WebKitGTK/webkit-2.24/LayoutTests/fast/dom/replace-child-with-mutation-event-removal-and-circular-template-insertion-expected.txt
r244008 r244009 5 5 6 6 7 FAIL container.replaceChild(fragment, refChild) should throw a HierarchyRequestError. Did not throw.7 PASS container.replaceChild(fragment, refChild) threw exception HierarchyRequestError: The operation would yield an incorrect node tree.. 8 8 PASS container.parentNode is child.content 9 FAIL child.parentNode should be null. Was [object HTMLDivElement]. 9 PASS child.parentNode is null 10 10 PASS successfullyParsed is true 11 Some tests failed.12 11 13 12 TEST COMPLETE
Note:
See TracChangeset
for help on using the changeset viewer.