diff options
author | Tom Sepez <tsepez@chromium.org> | 2018-05-15 19:10:34 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-05-15 19:10:34 +0000 |
commit | 16e9ecf374e22a8ab9b4de2dfa87b048ae37dcbe (patch) | |
tree | 78fbb412e3939a33ffb945914c212ce67ac22ac6 /testing/resources/javascript/document_methods.in | |
parent | 6137483528225c1dc102db44fb2c2bce6c256534 (diff) | |
download | pdfium-16e9ecf374e22a8ab9b4de2dfa87b048ae37dcbe.tar.xz |
Use {{streamlen}} macro in testing/resources/javascript/*.in
Change-Id: I1d2a91619a1c944b6fdca00b2f9c5bb338326986
Reviewed-on: https://pdfium-review.googlesource.com/32572
Commit-Queue: Tom Sepez <tsepez@chromium.org>
Reviewed-by: Lei Zhang <thestig@chromium.org>
Diffstat (limited to 'testing/resources/javascript/document_methods.in')
-rw-r--r-- | testing/resources/javascript/document_methods.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testing/resources/javascript/document_methods.in b/testing/resources/javascript/document_methods.in index 8c5a14a59e..66d5484f67 100644 --- a/testing/resources/javascript/document_methods.in +++ b/testing/resources/javascript/document_methods.in @@ -55,6 +55,7 @@ endobj >> % Contents of the page. {{object 8 0}} << + {{streamlen}} >> stream BT @@ -79,6 +80,7 @@ endobj endobj % JS program to exexute {{object 11 0}} << + {{streamlen}} >> stream function expect(str, expected) { |