Index: LayoutTests/fast/files/blob-close-expected.txt |
diff --git a/LayoutTests/fast/files/blob-close-expected.txt b/LayoutTests/fast/files/blob-close-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..f21aaf74d1b78d7d09c2600776699ccbecaba8fc |
--- /dev/null |
+++ b/LayoutTests/fast/files/blob-close-expected.txt |
@@ -0,0 +1,18 @@ |
+Test the Blob.close() method, basic functionality. |
+ |
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
+ |
+ |
+PASS blob instanceof window.Blob is true |
+PASS blob.size is 5 |
+PASS blob.close(); blob.size is 0 |
+PASS blob.type is "text/plain" |
+PASS sliced1.size is 3 |
+PASS blob.close(); blob.size is 0 |
+PASS blob.type is "text/plain" |
+PASS sliced1.size is 3 |
+PASS sliced2.size is 1 |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
+ |