| Index: LayoutTests/fast/files/url-required-arguments-expected.txt
|
| diff --git a/LayoutTests/fast/files/url-required-arguments-expected.txt b/LayoutTests/fast/files/url-required-arguments-expected.txt
|
| index f2e4c582a23e61ff31560e16a50621555bd35452..f1a05b3d30eb4e683c6eb044a8d41ae52c709c78 100644
|
| --- a/LayoutTests/fast/files/url-required-arguments-expected.txt
|
| +++ b/LayoutTests/fast/files/url-required-arguments-expected.txt
|
| @@ -2,8 +2,8 @@ Test required arguments of URL object.
|
|
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
| -PASS URL.createObjectURL() threw exception TypeError: Not enough arguments.
|
| -PASS URL.revokeObjectURL() threw exception TypeError: Not enough arguments.
|
| +PASS URL.createObjectURL() threw exception TypeError: Failed to execute 'createObjectURL' on 'DOMURL': 1 argument required, but only 0 present..
|
| +PASS URL.revokeObjectURL() threw exception TypeError: Failed to execute 'revokeObjectURL' on 'DOMURL': 1 argument required, but only 0 present..
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|