Index: test/webkit/fast/js/Promise-then-without-callbacks-expected.txt |
diff --git a/test/webkit/fast/js/Promise-then-without-callbacks-expected.txt b/test/webkit/fast/js/Promise-then-without-callbacks-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..1e4c8ee950aa822aadaced0644a24885271cb920 |
--- /dev/null |
+++ b/test/webkit/fast/js/Promise-then-without-callbacks-expected.txt |
@@ -0,0 +1,9 @@ |
+Promise.prototype.then should work without callbacks. |
+ |
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
+ |
+PASS result is "hello" |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
+ |