RESOLVED DUPLICATE of bug 247096 20250
Assertion failure in appendStartMarkup() when serializing an attribute node
https://bugs.webkit.org/show_bug.cgi?id=20250
Summary Assertion failure in appendStartMarkup() when serializing an attribute node
Alexey Proskuryakov
Reported 2008-08-01 02:46:29 PDT
XMLSerializer can be called on certain types of nodes that would never occur when serializing a document, and doing so results in an assertion failure: (new XMLSerializer).serializeToString(document.createAttribute("myAttrib")); case Node::ATTRIBUTE_NODE: case Node::ENTITY_NODE: case Node::ENTITY_REFERENCE_NODE: case Node::NOTATION_NODE: case Node::XPATH_NAMESPACE_NODE: ASSERT_NOT_REACHED(); This does not cause any problems in release builds
Attachments
Anne van Kesteren
Comment 1 2024-03-15 05:39:27 PDT
*** This bug has been marked as a duplicate of bug 247096 ***
Note You need to log in before you can comment on or make changes to this bug.