[Webkit-unassigned] [Bug 46150] New: XMLHttpRequest: send(document) does not throw INVALID_STATE_ERR exception if the document cannot be serialized
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Sep 20 17:58:32 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=46150
Summary: XMLHttpRequest: send(document) does not throw
INVALID_STATE_ERR exception if the document cannot be
serialized
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: All
Status: NEW
Severity: Normal
Priority: P2
Component: WebCore JavaScript
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: jianli at chromium.org
CC: ap at webkit.org, fishd at chromium.org,
dimich at chromium.org, levin at chromium.org,
jianli at chromium.org
XMLHttpRequest: send(document) does not throw INVALID_STATE_ERR exception if the document cannot be serialized
Per the XHR spec:
If data is a Document
...
In particular, if the document cannot be serialized an INVALID_STATE_ERR exception is raised.
TEST: http://tc.labs.opera.com/apis/XMLHttpRequest/send-entity-body-document-bogus.htm
--
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