| 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..3368c65e9034380a37ca5d56f9ef5c81838fd969
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/js/Promise-fulfill-expected.txt
|
| @@ -0,0 +1,15 @@
|
| +Test Promise.
|
| +
|
| +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
| +
|
| +PASS promiseSyncState is "pending"
|
| +PASS promiseAsyncState is "pending"
|
| +PASS promiseSyncState is "fulfilled"
|
| +PASS promiseSyncResult is "hello"
|
| +PASS promiseAsyncState is "pending"
|
| +PASS promiseAsyncState is "fulfilled"
|
| +PASS promiseAsyncResult is "hello"
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
| +
|
|
|