summaryrefslogtreecommitdiff
path: root/testing/resources/javascript/bug_679643_expected.txt
diff options
context:
space:
mode:
authortsepez <tsepez@chromium.org>2017-01-12 11:15:04 -0800
committerCommit bot <commit-bot@chromium.org>2017-01-12 11:15:04 -0800
commit192497124e7cde747ade7bf89028586eea293be5 (patch)
tree2f287d34769d464e33c3cae76e7b94c78729e244 /testing/resources/javascript/bug_679643_expected.txt
parent73debd4d226114b88430f2cc30dac056be5c13f3 (diff)
downloadpdfium-192497124e7cde747ade7bf89028586eea293be5.tar.xz
Custom toString() methods may delete annots.
In this case, we observe the destruction of the object, but have unfortunately saved a pointer to it in a local variable. BUG=679643 Review-Url: https://codereview.chromium.org/2628233002
Diffstat (limited to 'testing/resources/javascript/bug_679643_expected.txt')
-rw-r--r--testing/resources/javascript/bug_679643_expected.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/testing/resources/javascript/bug_679643_expected.txt b/testing/resources/javascript/bug_679643_expected.txt
new file mode 100644
index 0000000000..36d4a31344
--- /dev/null
+++ b/testing/resources/javascript/bug_679643_expected.txt
@@ -0,0 +1,3 @@
+Alert: Starting ...
+Alert: Firing ...
+Alert: failed: Annot.name: Object no longer exists.