diff options
author | Tom Sepez <tsepez@chromium.org> | 2015-02-06 16:05:23 -0800 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2015-02-06 16:05:23 -0800 |
commit | 23b4e3f4b6859d80f1e4a840fd7a7dce0cf8526b (patch) | |
tree | 0b9ac3daf1b31893652e79621d1080d03ebc6702 /testing/resources/javascript/app_alert.in | |
parent | 385729be5d146a2b0dc10cb7f5c1718316bcb253 (diff) | |
download | pdfium-23b4e3f4b6859d80f1e4a840fd7a7dce0cf8526b.tar.xz |
Merge to XFA: First JavaScript testing implementation.
Original Review URL: https://codereview.chromium.org/872103003
TBR=jam@chromium.org
TBR=thestig@chromium.org
Review URL: https://codereview.chromium.org/901403004
Diffstat (limited to 'testing/resources/javascript/app_alert.in')
-rw-r--r-- | testing/resources/javascript/app_alert.in | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/testing/resources/javascript/app_alert.in b/testing/resources/javascript/app_alert.in new file mode 100644 index 0000000000..42f970a402 --- /dev/null +++ b/testing/resources/javascript/app_alert.in @@ -0,0 +1,45 @@ +{{header}} +{{object 1 0}} << + /Type /Catalog + /Pages 2 0 R + /OpenAction 10 0 R +>> +endobj +{{object 2 0}} << + /Type /Pages + /Count 1 + /Kids [ + 3 0 R + ] +>> +endobj +% Page number 0. +{{object 3 0}} << + /Type /Page + /Parent 2 0 R + /Resources << + /Font <</F1 15 0 R>> + >> + /Contents [21 0 R] + /MediaBox [0 0 612 792] +>> +% OpenAction action +{{object 10 0}} << + /Type /Action + /S /JavaScript + /JS 11 0 R +>> +endobj +% JS program to exexute +{{object 11 0}} << +>> +stream +app.alert("This test passes if alert() logs output under the test utiltiy."); +endstream +endobj +{{xref}} +trailer << + /Root 1 0 R +>> +{{startxref}} +%%EOF |