Index: LayoutTests/fast/js/Promise-then-callback-receiver-expected.txt |
diff --git a/LayoutTests/fast/js/Promise-then-callback-receiver-expected.txt b/LayoutTests/fast/js/Promise-then-callback-receiver-expected.txt |
deleted file mode 100644 |
index c4a05b2d69d694c5a0c5d79adac92de20593440b..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/js/Promise-then-callback-receiver-expected.txt |
+++ /dev/null |
@@ -1,16 +0,0 @@ |
-Test Promise. |
- |
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
- |
-PASS fulfilled |
-PASS thisInOnFulfilledSloppy is window |
-PASS rejected |
-PASS thisInOnRejectedSloppy is window |
-PASS fulfilled |
-PASS thisInOnFulfilledStrict is undefined |
-PASS rejected |
-PASS thisInOnRejectedStrict is undefined |
-PASS successfullyParsed is true |
- |
-TEST COMPLETE |
- |