| Index: third_party/WebKit/LayoutTests/platform/win/imported/web-platform-tests/FileAPI/blob/Blob-constructor-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/win/imported/web-platform-tests/FileAPI/blob/Blob-constructor-expected.txt b/third_party/WebKit/LayoutTests/platform/win/imported/web-platform-tests/FileAPI/blob/Blob-constructor-expected.txt
|
| index 3a99b9528ff401b43caa5d739914493ca949f00d..11c6b03d24351e24f46be0a9ad21e151e3d2264c 100644
|
| --- a/third_party/WebKit/LayoutTests/platform/win/imported/web-platform-tests/FileAPI/blob/Blob-constructor-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/platform/win/imported/web-platform-tests/FileAPI/blob/Blob-constructor-expected.txt
|
| @@ -3,7 +3,7 @@ PASS Blob interface object
|
| PASS no-argument Blob constructor
|
| PASS no-argument Blob constructor without 'new'
|
| PASS no-argument Blob constructor without brackets
|
| -FAIL Passing non-objects, Dates and RegExps for blobParts should throw a TypeError. assert_throws: Should throw for argument object "[object Object]". function "function () {
|
| +FAIL Passing non-objects, Dates and RegExps for blobParts should throw a TypeError. assert_throws: Should throw for argument undefined. function "function () {
|
| new Blob(arg);
|
| }" did not throw
|
| FAIL A plain object with @@iterator should be treated as a sequence for the blobParts argument. Failed to construct 'Blob': The 1st argument is neither an array, nor does it have indexed properties.
|
|
|