Bug 40982

Summary: XMLHttpRequest can not parse HTML documents into responseXML field
Product: WebKit Reporter: Stuart Ng <sng>
Component: XMLAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: ap, jarred, jchaffraix
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   

Description Stuart Ng 2010-06-22 05:10:52 PDT
Send XHR Get for an HTML Document
responseText is showing properly
According to XHR spec, responseXML should contain a DOM representation of the HTML document. Right now is it null all time unless we are getting a XML document.
Comment 1 Jarred Nicholls 2011-12-15 20:23:48 PST

*** This bug has been marked as a duplicate of bug 74626 ***