Index: testing/resources/javascript/apply_expected.txt |
diff --git a/testing/resources/javascript/apply_expected.txt b/testing/resources/javascript/apply_expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..750676f235443d99ee4d4c8925dbfa280b2e64de |
--- /dev/null |
+++ b/testing/resources/javascript/apply_expected.txt |
@@ -0,0 +1,8 @@ |
+Alert: Applying to util itself - should succeed |
+Alert: A |
+Alert: Applying to array - should throw |
+Alert: Caught: TypeError: Illegal invocation |
+Alert: Applying to number - should throw |
+Alert: Caught: TypeError: Illegal invocation |
+Alert: Applying to wrong native obj - should throw |
+Alert: Caught: TypeError: Illegal invocation |