2010-07-07 Adam Barth <abarth@webkit.org>
Unreviewed.
Clean up Alexey's mess from http://trac.webkit.org/changeset/62576
https://bugs.webkit.org/show_bug.cgi?id=41156
I think these results are correct, but I don't really know for sure.
What I do know is that he left this failure in the tree for 12 hours.
* fast/xmlhttprequest/xmlhttprequest-no-file-access-expected.txt:
* fast/xmlhttprequest/xmlhttprequest-nonexistent-file-expected.txt:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@62629 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index b932c6d..3d32959 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,16 @@
+2010-07-07 Adam Barth <abarth@webkit.org>
+
+ Unreviewed.
+
+ Clean up Alexey's mess from http://trac.webkit.org/changeset/62576
+ https://bugs.webkit.org/show_bug.cgi?id=41156
+
+ I think these results are correct, but I don't really know for sure.
+ What I do know is that he left this failure in the tree for 12 hours.
+
+ * fast/xmlhttprequest/xmlhttprequest-no-file-access-expected.txt:
+ * fast/xmlhttprequest/xmlhttprequest-nonexistent-file-expected.txt:
+
2010-07-06 Adam Barth <abarth@webkit.org>
Reviewed by Eric Seidel.
diff --git a/LayoutTests/fast/xmlhttprequest/xmlhttprequest-no-file-access-expected.txt b/LayoutTests/fast/xmlhttprequest/xmlhttprequest-no-file-access-expected.txt
index 965c701..592cf94 100644
--- a/LayoutTests/fast/xmlhttprequest/xmlhttprequest-no-file-access-expected.txt
+++ b/LayoutTests/fast/xmlhttprequest/xmlhttprequest-no-file-access-expected.txt
@@ -1,3 +1,4 @@
+CONSOLE MESSAGE: line 1: XMLHttpRequest cannot load xmlhttprequest-no-file-access-expected.txt. Cross origin requests are only supported for HTTP.
CONSOLE MESSAGE: line 1: Unsafe JavaScript attempt to access frame with URL xmlhttprequest-no-file-access-real.html. Domains, protocols and ports must match.
diff --git a/LayoutTests/fast/xmlhttprequest/xmlhttprequest-nonexistent-file-expected.txt b/LayoutTests/fast/xmlhttprequest/xmlhttprequest-nonexistent-file-expected.txt
index 1e96842..7cdbda5 100644
--- a/LayoutTests/fast/xmlhttprequest/xmlhttprequest-nonexistent-file-expected.txt
+++ b/LayoutTests/fast/xmlhttprequest/xmlhttprequest-nonexistent-file-expected.txt
@@ -1,3 +1,4 @@
+CONSOLE MESSAGE: line 1: XMLHttpRequest cannot load . Cross origin requests are only supported for HTTP.
Bug 22475: REGRESSION: Async XMLHttpRequest never finishes on nonexistent files anymore