| 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 9f36b427df7bd5f8ddc2eab7fda34565923e86cb..e94ab1486b28ee53a76ec4c570e4e6afdf82822c 100644
|
| --- a/LayoutTests/fast/js/Promise-init-expected.txt
|
| +++ b/LayoutTests/fast/js/Promise-init-expected.txt
|
| @@ -5,8 +5,8 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
|
| PASS promise instanceof Promise is true
|
| PASS promise.constructor is Promise
|
| PASS thisInInit is promise
|
| -PASS resolver instanceof PromiseResolver is true
|
| -PASS resolver.constructor is PromiseResolver
|
| +PASS resolve instanceof Function is true
|
| +PASS reject instanceof Function is true
|
| 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.
|
|
|