[Webkit-unassigned] [Bug 121209] New: XMLSerializer.serializeToString() should throw exception for invalid node value.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Sep 11 21:24:33 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=121209
Summary: XMLSerializer.serializeToString() should throw
exception for invalid node value.
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Keywords: BlinkMergeCandidate
Severity: Normal
Priority: P2
Component: XML DOM
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: vivekg at webkit.org
CC: darin at apple.com
XMLSerializer.serializeToString() should throw exception for invalid node value.
FF and Opera 12 (pre blink/webkit) throw exception in case the node value is invalid.
Blink sends an empty string as the result of serializeToString operation with invalid node.
We should match with other browsers for throwing it as an exception.
Blink review URL: https://chromiumcodereview.appspot.com/23532055/
Patch follows.
--
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