| Index: test/webkit/fast/js/Promise-resolve-state-expected.txt | 
| diff --git a/test/webkit/fast/js/Promise-resolve-state-expected.txt b/test/webkit/fast/js/Promise-resolve-state-expected.txt | 
| new file mode 100644 | 
| index 0000000000000000000000000000000000000000..58d20c249d3d9c1b24d240695a91e43c3aeb5ab3 | 
| --- /dev/null | 
| +++ b/test/webkit/fast/js/Promise-resolve-state-expected.txt | 
| @@ -0,0 +1,12 @@ | 
| +Test whether Promise processes microtasks in the correct order. | 
| + | 
| +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". | 
| + | 
| +PASS promiseState is "pending" | 
| +PASS promiseState is "pending" | 
| +PASS promiseState is "fulfilled" | 
| +PASS promiseResult is "hello" | 
| +PASS successfullyParsed is true | 
| + | 
| +TEST COMPLETE | 
| + | 
|  |