| 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 7fa7eb120a0927cbf7874146682b4fb41cad151e..c32749a5787ba1b67288861942a0da17acdf2008 100644
|
| --- a/LayoutTests/fast/files/blob-constructor-expected.txt
|
| +++ b/LayoutTests/fast/files/blob-constructor-expected.txt
|
| @@ -74,6 +74,8 @@ PASS new Blob([(new Float64Array(100)).buffer, (new Int32Array(100)).buffer, (ne
|
| PASS new Blob([new Blob([(new Int32Array(100)).buffer]), (new Uint8Array(100)).buffer, (new Float32Array(100)).buffer, (new DataView(new ArrayBuffer(100))).buffer]).size is 1000
|
| PASS new Blob({length: 0}).size is 0
|
| PASS new Blob({length: 1, 0: 'string'}).size is 6
|
| +PASS OMICRON_WITH_OXIA.charCodeAt(0) is 0x1F79
|
| +PASS reader.result.charCodeAt(0) is 0x1F79
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|