Bug 8997
Summary: | XMLHttpRequest tests failing | ||
---|---|---|---|
Product: | WebKit | Reporter: | Darin Adler <darin> |
Component: | XML | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | andersca, ap, eric |
Priority: | P1 | Keywords: | Regression |
Version: | 420+ | ||
Hardware: | Mac | ||
OS: | OS X 10.4 |
Darin Adler
There are failures like this one, and other failures in 8 different files:
-PASS -- testing: foo@bar/baz+xml -- responseXML: undefined
+FAIL (got document -- response type: undefined) -- testing: foo@bar/baz+xml -- responseXML: [object Document]
The first failure in the supported-xml-content-types test. These started with the JavaScript binding change Anders just made.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Darin Adler
Looks like the failure I quote here is due to bug 8644. While there are some other failures, I don't think this bug report is helpful any more to track the others.
*** This bug has been marked as a duplicate of 8644 ***