diff options
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 5 |
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. |