| Index: LayoutTests/fast/js/Promise-resolve-with-then-fulfill-expected.txt
|
| diff --git a/LayoutTests/fast/js/Promise-resolve-with-then-fulfill-expected.txt b/LayoutTests/fast/js/Promise-resolve-with-then-fulfill-expected.txt
|
| index 1a65944cc6c556235433fdb395a8f3928d8d2d5b..24dbb5f34ec1f71621b6698a66a28d8cbb9c39ef 100644
|
| --- a/LayoutTests/fast/js/Promise-resolve-with-then-fulfill-expected.txt
|
| +++ b/LayoutTests/fast/js/Promise-resolve-with-then-fulfill-expected.txt
|
| @@ -2,9 +2,9 @@ Test Promise.
|
|
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
| +The promise is not fulfilled now.
|
| PASS value.then is called.
|
| PASS thisValue is value
|
| -The promise is not fulfilled now.
|
| PASS fulfilled
|
| PASS result is "hello"
|
| PASS successfullyParsed is true
|
|
|