| Index: LayoutTests/fast/js/Promise-fulfill-expected.txt
|
| diff --git a/LayoutTests/fast/js/Promise-fulfill-expected.txt b/LayoutTests/fast/js/Promise-fulfill-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..556d4b8ba19588660526bc110f6dc5ee0de2f1d3
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/js/Promise-fulfill-expected.txt
|
| @@ -0,0 +1,12 @@
|
| +Test Promise.
|
| +
|
| +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
|
| +
|
|
|