Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(30)

Unified Diff: LayoutTests/fast/files/xhr-response-blob-expected.txt

Issue 22112002: Rebaseline reliably failing tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698