Updates:
Cc: [email protected] [email protected]
Comment #1 on issue 10477 by [email protected]: 7 Failing Layout Tests
http://code.google.com/p/chromium/issues/detail?id=10477
David, do you know why this fails?
LayoutTests/fast/xmlhttprequest/xmlhttprequest-nonexistent-file.html = FAIL
It was added with http://trac.webkit.org/changeset/42164.
Result for doing an XHR to a directory:
Doing an XHR to a directory.
ReadyState handler: readyState = 1
ReadyState handler: readyState = 2
ReadyState handler: readyState = 3
ReadyState handler: readyState = 3
ReadyState handler: readyState = 4
Expected:
Doing an XHR to a directory.
ReadyState handler: readyState = 1
ReadyState handler: readyState = 4
Error handler: readyState = 4
It seems we either have a bug that allows XHR to access a directory or we
just need to rebaseline the test.
It makes no sense to me that XHR on a directory should fail, but I'm out of
my depth here.
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---