[Webkit-unassigned] [Bug 106531] New: XMLSerializer's handling of namespaces seems to be pretty broken

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 9 23:20:05 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=106531

           Summary: XMLSerializer's handling of namespaces seems to be
                    pretty broken
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: XML
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: bzbarsky at mit.edu


Created an attachment (id=182074)
 --> (https://bugs.webkit.org/attachment.cgi?id=182074&action=review)
Testcase

I have yet to find a testcase that actually works correctly, but as a start attached is a simple one that goes wrong.  In that testcase, a node with a null namespace is serialized but if the serialization were then parsed again that node would end up in a non-null namespace.

I assume that this is not identical to bug 16496, since I'm using an XML document created via document.implementation....

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list