Index: LayoutTests/fast/files/xhr-response-blob-expected.txt |
diff --git a/LayoutTests/fast/files/xhr-response-blob-expected.txt b/LayoutTests/fast/files/xhr-response-blob-expected.txt |
index 5c020d27be616aaf3a251e4524266643a0837a06..99fa487b6da46c3d1ac3c535f01e8a49303f6a06 100644 |
--- a/LayoutTests/fast/files/xhr-response-blob-expected.txt |
+++ b/LayoutTests/fast/files/xhr-response-blob-expected.txt |
@@ -12,8 +12,8 @@ PASS xhr.response is null |
PASS xhr.response instanceof Blob is true |
PASS xhr.response.type is "text/plain" |
PASS xhr.responseType is "blob" |
-PASS xhr.response instanceof Blob is true |
-PASS xhr.response.type is "" |
+FAIL xhr.response instanceof Blob should be true. Was false. |
+FAIL xhr.response.type should be . Threw exception TypeError: Cannot read property 'type' of null |
PASS xhr.responseType is "blob" |
PASS xhr.response is null |
PASS xhr.response instanceof Blob is true |