| Index: LayoutTests/fast/js/Promise-then-expected.txt | 
| diff --git a/LayoutTests/fast/js/Promise-then-expected.txt b/LayoutTests/fast/js/Promise-then-expected.txt | 
| new file mode 100644 | 
| index 0000000000000000000000000000000000000000..a5ab85815659072fd910fd15ba666234a3b74ac1 | 
| --- /dev/null | 
| +++ b/LayoutTests/fast/js/Promise-then-expected.txt | 
| @@ -0,0 +1,14 @@ | 
| +Test Promise. | 
| + | 
| +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". | 
| + | 
| +PASS thisInInit === firstPromise is true | 
| +PASS firstPromise instanceof Promise is true | 
| +PASS secondPromise instanceof Promise is true | 
| +PASS thisInFulfillCallback === firstPromise is false | 
| +PASS thisInFulfillCallback === secondPromise is true | 
| +PASS value is "hello" | 
| +PASS successfullyParsed is true | 
| + | 
| +TEST COMPLETE | 
| + | 
|  |