[Webkit-unassigned] [Bug 11772] New: XMLSerializer.serializeToString incorrect value for CDATA nodes
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Dec 6 17:15:34 PST 2006
http://bugs.webkit.org/show_bug.cgi?id=11772
Summary: XMLSerializer.serializeToString incorrect value for
CDATA nodes
Product: WebKit
Version: 420+ (nightly)
Platform: Macintosh
OS/Version: Mac OS X 10.4
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: XML
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: jcostell at tibco.com
var d = window.document.implementation.createDocument("", "", null);
var n = d.createCDATASection("-- cdata --");
var s = (new XMLSerializer()).serializeToString(n)
assertEquals("<![CDATA[-- cdata --]]>", s); // in current WebKit build s is
equal to ""
--
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list