Title: [109643] trunk/LayoutTests
Revision
109643
Author
[email protected]
Date
2012-03-02 17:48:49 -0800 (Fri, 02 Mar 2012)

Log Message

Chrome 18 fails html5test.com XHR Blob response test
https://bugs.webkit.org/show_bug.cgi?id=76760

Unreviewed rebaselining.  Cr-Linux returns
application/_javascript_ for .js files instead of text/_javascript_.

* platform/chromium-linux/fast/files/xhr-response-blob-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (109642 => 109643)


--- trunk/LayoutTests/ChangeLog	2012-03-03 01:47:46 UTC (rev 109642)
+++ trunk/LayoutTests/ChangeLog	2012-03-03 01:48:49 UTC (rev 109643)
@@ -1,3 +1,13 @@
+2012-03-02  Eric Seidel  <[email protected]>
+
+        Chrome 18 fails html5test.com XHR Blob response test
+        https://bugs.webkit.org/show_bug.cgi?id=76760
+
+        Unreviewed rebaselining.  Cr-Linux returns
+        application/_javascript_ for .js files instead of text/_javascript_.
+
+        * platform/chromium-linux/fast/files/xhr-response-blob-expected.txt: Added.
+
 2012-03-02  Michael Nordman  <[email protected]>
 
         Unreviewed, remove an erroneous expected result that showed up in r109303.

Added: trunk/LayoutTests/platform/chromium-linux/fast/files/xhr-response-blob-expected.txt (0 => 109643)


--- trunk/LayoutTests/platform/chromium-linux/fast/files/xhr-response-blob-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/chromium-linux/fast/files/xhr-response-blob-expected.txt	2012-03-03 01:48:49 UTC (rev 109643)
@@ -0,0 +1,21 @@
+Test that XHR.responseType = 'blob' gives you back a Blob.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS xhr.responseType is "blob"
+PASS successfullyParsed is true
+
+TEST COMPLETE
+PASS xhr.response is null
+PASS xhr.response is null
+PASS xhr.response instanceof Blob is true
+FAIL xhr.response.type should be text/_javascript_. Was application/_javascript_.
+PASS xhr.responseType is "blob"
+PASS xhr.response instanceof Blob is true
+PASS xhr.response.type is ""
+PASS xhr.responseType is "blob"
+PASS xhr.response is null
+PASS xhr.response instanceof Blob is true
+PASS xhr.response.type is ""
+
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to