| Index: LayoutTests/fast/js/Promise-resolve-chain-expected.txt
|
| diff --git a/LayoutTests/fast/js/Promise-simple-fulfill-inside-callback-expected.txt b/LayoutTests/fast/js/Promise-resolve-chain-expected.txt
|
| similarity index 89%
|
| copy from LayoutTests/fast/js/Promise-simple-fulfill-inside-callback-expected.txt
|
| copy to LayoutTests/fast/js/Promise-resolve-chain-expected.txt
|
| index 064880dabe7d7a263c2a9ddba3ac6d387e950396..031b05076025cae64b4e8bb89a824ce9c5c3345c 100644
|
| --- a/LayoutTests/fast/js/Promise-simple-fulfill-inside-callback-expected.txt
|
| +++ b/LayoutTests/fast/js/Promise-resolve-chain-expected.txt
|
| @@ -3,6 +3,7 @@ Test Promise.
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
| PASS result is "hello"
|
| +PASS result is "bye"
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|