[Webkit-unassigned] [Bug 46150] 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
Sun Sep 26 21:48:57 PDT 2010


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


Luke Macpherson <macpherson at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |macpherson at chromium.org




--- Comment #1 from Luke Macpherson <macpherson at chromium.org>  2010-09-26 21:48:57 PST ---
This test assumes that an empty Document cannot be serialized. In webkit createMarkup is serializing the document to the empty string.

We could throw INVALID_STATE_ERR when the Document serializes to the empty string, but I'm not sure that is really the intended behavior in http://dev.w3.org/2006/webapi/XMLHttpRequest-2/#the-send-method

-- 
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