| Index: LayoutTests/imported/web-platform-tests/FileAPI/blob/Blob-constructor-expected.txt
|
| diff --git a/LayoutTests/imported/web-platform-tests/FileAPI/blob/Blob-constructor-expected.txt b/LayoutTests/imported/web-platform-tests/FileAPI/blob/Blob-constructor-expected.txt
|
| index 6a6da48d4536e7270e0f82a553b6fe29b05f2844..97182d203957dc965faacc85810096a4ba8db85f 100644
|
| --- a/LayoutTests/imported/web-platform-tests/FileAPI/blob/Blob-constructor-expected.txt
|
| +++ b/LayoutTests/imported/web-platform-tests/FileAPI/blob/Blob-constructor-expected.txt
|
| @@ -51,13 +51,13 @@ PASS Blob with type "a"
|
| PASS Blob with type "A"
|
| PASS Blob with type "text/html"
|
| PASS Blob with type "TEXT/HTML"
|
| -FAIL Blob with type "å" Failed to construct 'Blob': The 'type' property must consist of ASCII characters.
|
| -FAIL Blob with type "𐑾" Failed to construct 'Blob': The 'type' property must consist of ASCII characters.
|
| +PASS Blob with type "å"
|
| +PASS Blob with type "𐑾"
|
| PASS Blob with type " image/gif "
|
| PASS Blob with type "\timage/gif\t"
|
| PASS Blob with type "image/gif;"
|
| -FAIL Blob with type "İmage/gif" Failed to construct 'Blob': The 'type' property must consist of ASCII characters.
|
| -FAIL Blob with type "ımage/gif" Failed to construct 'Blob': The 'type' property must consist of ASCII characters.
|
| +PASS Blob with type "İmage/gif"
|
| +PASS Blob with type "ımage/gif"
|
| PASS Blob with type "image/gif\0"
|
| PASS Blob with type "unknown/unknown"
|
| PASS Blob with type "text/plain"
|
|
|