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