specific results that are the same as the results next to the test,
since windows falls back on platform/mac.
Patch by Julie Parent <jparent@chromium.org> on 2009-08-26
Reviewed by Maciej Stachowiak.
* platform/win/http/tests/xmlhttprequest/xmlhttprequest-missing-file-exception-expected.txt: Added.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@47794
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2009-08-26 Julie Parent <jparent@chromium.org>
+
+ Reviewed by Maciej Stachowiak.
+
+ Follow-up to http://trac.webkit.org/changeset/47790. Add windows
+ specific results that are the same as the results next to the test,
+ since windows falls back on platform/mac.
+
+ * platform/win/http/tests/xmlhttprequest/xmlhttprequest-missing-file-exception-expected.txt: Added.
+
2009-08-26 David Levin <levin@chromium.org>
Reviewed by Alexey Proskuryakov.
--- /dev/null
+This test checks that no exception is raised when getting a 404 HTTP response - that's success from XHR point of view.
+
+PASS: No exception.
+readyState: 4 (number)
+responseText: Non-empty (string)
+responseXML: null (object)
+status: 404 (number)
+statusText: Not Found (string)
+