| Index: LayoutTests/fast/js/Promise-init-expected.txt
|
| diff --git a/LayoutTests/fast/js/Promise-init-expected.txt b/LayoutTests/fast/js/Promise-init-expected.txt
|
| index 3a762623ebab0ae8f3883be7261e9f8ebbd77314..2d3eb42f18124294bfe5dca58bc7e875ac923d12 100644
|
| --- a/LayoutTests/fast/js/Promise-init-expected.txt
|
| +++ b/LayoutTests/fast/js/Promise-init-expected.txt
|
| @@ -10,6 +10,7 @@ PASS resolver.constructor is PromiseResolver
|
| PASS new Promise() threw exception TypeError: Promise constructor takes a function argument.
|
| PASS new Promise(37) threw exception TypeError: Promise constructor takes a function argument.
|
| PASS promise = new Promise(function() { throw Error("foo"); }) did not throw exception.
|
| +PASS result.message is "foo"
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|