| Index: test/webkit/fast/js/Promise-resolve-expected.txt
|
| diff --git a/test/webkit/fast/js/Promise-resolve-expected.txt b/test/webkit/fast/js/Promise-resolve-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..fcf5da88c0cbc9e427d3b908e2090bebd71bd141
|
| --- /dev/null
|
| +++ b/test/webkit/fast/js/Promise-resolve-expected.txt
|
| @@ -0,0 +1,10 @@
|
| +Test Promise resolution.
|
| +
|
| +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
| +
|
| +PASS thisInOnFulfilled is undefined
|
| +PASS result is "hello"
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
| +
|
|
|