| Index: test/webkit/fast/js/Promise-static-race-expected.txt
 | 
| diff --git a/test/webkit/fast/js/Promise-static-race-expected.txt b/test/webkit/fast/js/Promise-static-race-expected.txt
 | 
| new file mode 100644
 | 
| index 0000000000000000000000000000000000000000..ea06f38689edef43a7439463de415e05c3991212
 | 
| --- /dev/null
 | 
| +++ b/test/webkit/fast/js/Promise-static-race-expected.txt
 | 
| @@ -0,0 +1,21 @@
 | 
| +Test Promise.race
 | 
| +
 | 
| +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
 | 
| +
 | 
| +PASS result is undefined
 | 
| +PASS Promise.race() is rejected.
 | 
| +PASS Promise.race({}) is rejected.
 | 
| +PASS Promise.race([p4, p1, p6]) is fulfilled.
 | 
| +PASS result is "p1"
 | 
| +PASS Promise.race([p4, p6, p1]) is rejected.
 | 
| +PASS result is "p6"
 | 
| +PASS Promise.race([p9]) is fulfilled.
 | 
| +PASS result is "p2"
 | 
| +PASS Promise.race([p4,,]) is fulfilled.
 | 
| +PASS result is undefined
 | 
| +PASS Promise.race([p4,42]) is fulfilled.
 | 
| +PASS result is 42
 | 
| +PASS successfullyParsed is true
 | 
| +
 | 
| +TEST COMPLETE
 | 
| +
 | 
| 
 |