[Webkit-unassigned] [Bug 76760] Chrome 18 fails html5test.com XHR Blob response test

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 20 17:57:49 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=76760





--- Comment #1 from Eric Seidel <eric at webkit.org>  2012-01-20 17:57:49 PST ---
By "run the test manually", I mean I executed the following in the inspector, while inspecting the main page on that site (so my XHR's would not be x-domain):


> var xhr = new window.XMLHttpRequest();
undefined
> xhr.open("GET", "detect.html");
                        xhr.responseType = "blob";
                        xhr.send();
undefined
> xhr.responseType
"blob"
> xhr.readyState
4
> xhr.response
null

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list