| Index: LayoutTests/fast/files/blob-constructor-expected.txt
|
| diff --git a/LayoutTests/fast/files/blob-constructor-expected.txt b/LayoutTests/fast/files/blob-constructor-expected.txt
|
| index 17814296cf7f710baec14a7b83c72492b7c8b1c8..8c013371c1fd7237fa433371664861e743c25a1b 100644
|
| --- a/LayoutTests/fast/files/blob-constructor-expected.txt
|
| +++ b/LayoutTests/fast/files/blob-constructor-expected.txt
|
| @@ -43,7 +43,7 @@ PASS (new Blob([], function () {})) instanceof window.Blob is true
|
| PASS (new Blob([], {type:'text/html'})).type is 'text/html'
|
| PASS (new Blob([], {type:'text/html'})).size is 0
|
| PASS (new Blob([], {type:'text/plain;charset=UTF-8'})).type is 'text/plain;charset=utf-8'
|
| -FAIL window.Blob.length should be 2. Was 0.
|
| +PASS window.Blob.length is 0
|
| PASS new Blob([new DataView(new ArrayBuffer(100))]).size is 100
|
| PASS new Blob([new Uint8Array(100)]).size is 100
|
| PASS new Blob([new Uint8ClampedArray(100)]).size is 100
|
|
|