| Index: test/webkit/fast/js/Promise-chained-then-expected.txt
|
| diff --git a/test/webkit/fast/js/Promise-chained-then-expected.txt b/test/webkit/fast/js/Promise-chained-then-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..6d1150552fc478bd3faed42f307c364c33e0fb90
|
| --- /dev/null
|
| +++ b/test/webkit/fast/js/Promise-chained-then-expected.txt
|
| @@ -0,0 +1,19 @@
|
| +Test chained Promise.prototype.then.
|
| +
|
| +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
| +
|
| +This should be the first debug output.
|
| +PASS fulfilled
|
| +PASS result is "hello"
|
| +PASS fulfilled
|
| +PASS result is "hello2"
|
| +PASS rejected
|
| +PASS result is "error"
|
| +PASS rejected
|
| +PASS result is "error2"
|
| +PASS fulfilled
|
| +PASS result is "recovered"
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
| +
|
|
|