summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjparent@chromium.org <jparent@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-28 18:42:51 +0000
committerjparent@chromium.org <jparent@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-28 18:42:51 +0000
commit04c84bc6d9fdc15a8d49786b28ee2256aaaf50a8 (patch)
tree13b7e10942c8424675a969dd9b6d2a30ad44de73
parentcb9c9522e5a7d8dd42a98a0345c4feb02184c02d (diff)
downloadchromium_src-04c84bc6d9fdc15a8d49786b28ee2256aaaf50a8.zip
chromium_src-04c84bc6d9fdc15a8d49786b28ee2256aaaf50a8.tar.gz
chromium_src-04c84bc6d9fdc15a8d49786b28ee2256aaaf50a8.tar.bz2
Rebaseline LayoutTests/fast/xmlhttprequest/xmlhttprequest-nonexistent-file.html for Windows and Linux. Chrome allows xhr's to local directories (if the security origin of the document is file://) and Safari does not, so when testXHRDirectory is run on Safari hits an error handler, but returns a real result in Chrome. Mac is still marked as failing because of unimplemented test shell features (See http://crbug.com/20458 for more details).
TEST=layout test try bots BUG=20458,20450,18686 Review URL: http://codereview.chromium.org/173598 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24756 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--webkit/tools/layout_tests/test_expectations.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt
index 25d3d86..d013203 100644
--- a/webkit/tools/layout_tests/test_expectations.txt
+++ b/webkit/tools/layout_tests/test_expectations.txt
@@ -2012,7 +2012,10 @@ BUG10476 : LayoutTests/http/tests/xmlhttprequest/redirect-cross-origin-post-sync
// Merge WebKit 42133:42199 regressions
BUG10477 LINUX : LayoutTests/fast/events/context-no-deselect.html = FAIL
-BUG18686 : LayoutTests/fast/xmlhttprequest/xmlhttprequest-nonexistent-file.html = FAIL
+// All platforms fail because Chrome allows XHR to local directories and Safari doesn't.
+// Mac also has unimplemented test shell features.
+BUG20450 LINUX WIN : LayoutTests/fast/xmlhttprequest/xmlhttprequest-nonexistent-file.html = FAIL
+BUG20458 MAC : LayoutTests/fast/xmlhttprequest/xmlhttprequest-nonexistent-file.html = FAIL
BUG10477 : LayoutTests/http/tests/navigation/onload-navigation-iframe-2.html = TIMEOUT
// Flaky since rev 13111.