| Index: third_party/WebKit/LayoutTests/imported/wpt/FileAPI/blob/Blob-constructor-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/FileAPI/blob/Blob-constructor-expected.txt b/third_party/WebKit/LayoutTests/imported/wpt/FileAPI/blob/Blob-constructor-expected.txt
|
| index 395d1593851cf61e959b343ac60f88786e5b4d51..abdce51286ba3829292ecfb61eeea565b50354eb 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/FileAPI/blob/Blob-constructor-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/FileAPI/blob/Blob-constructor-expected.txt
|
| @@ -29,7 +29,7 @@ PASS Array with two blobs
|
| PASS Array with two buffers
|
| PASS Array with two bufferviews
|
| PASS Array with mixed types
|
| -FAIL The 'endings' property should be ignored. Failed to construct 'Blob': The provided value 'invalidEnumValue' is not a valid enum value of type NormalizeLineEndings.
|
| +PASS The 'endings' property should be ignored.
|
| PASS options properties should be accessed in lexicographic order.
|
| PASS Arguments should be evaluated from left to right.
|
| PASS Passing null (index 0) for options should use the defaults.
|
| @@ -45,7 +45,7 @@ PASS Passing object "/regex/" (index 4) for options should use the defaults (wit
|
| PASS Passing function "function () {}" (index 5) for options should use the defaults.
|
| PASS Passing function "function () {}" (index 5) for options should use the defaults (with newlines).
|
| PASS Newlines should not change when endings is 'transparent'.
|
| -FAIL Newlines should not change when endings is 'native'. assert_equals: expected 9 but got 8
|
| +PASS Newlines should not change when endings is 'native'.
|
| PASS Blob with type ""
|
| PASS Blob with type "a"
|
| PASS Blob with type "A"
|
|
|