Changeset 243182 in webkit
- Timestamp:
- Mar 19, 2019, 5:28:10 PM (7 years ago)
- Location:
- trunk/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
-
trunk/LayoutTests/ChangeLog
r243181 r243182 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 John Wilander <wilander@apple.com> 2 8 -
trunk/LayoutTests/fast/dom/replace-child-with-mutation-event-removal-and-circular-template-insertion-expected.txt
r243175 r243182 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.