[Webkit-unassigned] [Bug 10909] Hixie's XMLHttpRequest/018.html test fails
bugzilla-daemon at opendarwin.org
bugzilla-daemon at opendarwin.org
Fri Sep 22 13:10:20 PDT 2006
http://bugzilla.opendarwin.org/show_bug.cgi?id=10909
------- Comment #3 from ap at nypop.com 2006-09-22 13:10 PDT -------
responseXML is always just a Document in WebKit, and its interface is defined
in this IDL:
<http://trac.webkit.org/projects/webkit/browser/trunk/WebCore/dom/Document.idl>.
HTML and SVGDocuments are made such at creation time (using Content-Type if
parsing frame content, or explicitly if created via e.g.
implementation.createHTMLDocument).
--
Configure bugmail: http://bugzilla.opendarwin.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