Index: LayoutTests/fast/js/Promise-init-expected.txt |
diff --git a/LayoutTests/fast/js/Promise-init-expected.txt b/LayoutTests/fast/js/Promise-init-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..9e33e5ff9fb5041609a787319aa8d8f2e5ed8d17 |
--- /dev/null |
+++ b/LayoutTests/fast/js/Promise-init-expected.txt |
@@ -0,0 +1,17 @@ |
+Test Promise. |
+ |
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
+ |
+PASS promise instanceof Promise is true |
+PASS promise.constructor is Promise |
+PASS thisInInit is promise |
+PASS resolver instanceof PromiseResolver is true |
+PASS resolver.constructor is PromiseResolver |
+PASS errorNoInitArgument instanceof TypeError is true |
+PASS errorTwoInitArguments instanceof TypeError is true |
+PASS errorNumberInitArgument instanceof TypeError is true |
+PASS If an error is thrown from init callback, Promise should return an rejected promise |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
+ |