summaryrefslogtreecommitdiff
path: root/testing/resources/javascript/apply_expected.txt
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2015-09-30 15:39:57 -0700
committerTom Sepez <tsepez@chromium.org>2015-09-30 15:39:57 -0700
commit158e335717efba9dce3aa6f6d1e31ed884e1f59e (patch)
tree0edc70f1cc621ba7a6b17227eb322ba9a4bcf4b0 /testing/resources/javascript/apply_expected.txt
parent3e144b8c23d7c52ed36329e87f0cb01f38ec1ed7 (diff)
downloadpdfium-158e335717efba9dce3aa6f6d1e31ed884e1f59e.tar.xz
Add signatures to FXJS_V8.
BUG=chromium:529012 R=jochen@chromium.org, krasin@google.com Review URL: https://codereview.chromium.org/1353193004 .
Diffstat (limited to 'testing/resources/javascript/apply_expected.txt')
-rw-r--r--testing/resources/javascript/apply_expected.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/testing/resources/javascript/apply_expected.txt b/testing/resources/javascript/apply_expected.txt
new file mode 100644
index 0000000000..750676f235
--- /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