Index: test/webkit/fast/js/Promise-exception-expected.txt |
diff --git a/test/webkit/fast/js/Promise-exception-expected.txt b/test/webkit/fast/js/Promise-exception-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..3b638c9e62e262d6e331a462a6b659265ec43703 |
--- /dev/null |
+++ b/test/webkit/fast/js/Promise-exception-expected.txt |
@@ -0,0 +1,10 @@ |
+An exception thrown from an onFulfilled callback should reject the Promise. |
+ |
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
+ |
+PASS thisInThenCallback is undefined |
+PASS result is "foobar" |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
+ |