diff options
author | Ryan Harrison <rharrison@chromium.org> | 2018-10-01 15:58:08 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-10-01 15:58:08 +0000 |
commit | 7005954dc9dcc2a44a4c4ae762b74be966b26378 (patch) | |
tree | a5338308ff08430fe98a1d99d72e6c117ab1040b /testing/SUPPRESSIONS | |
parent | 2b4d11c0f13384ede1954c56264acd5da176465c (diff) | |
download | pdfium-7005954dc9dcc2a44a4c4ae762b74be966b26378.tar.xz |
Add XFA GIF pixel test
This adds a test case where a simple red square GIF image is embedded
into an XFA document. This exercises that <image> tags work correctly
and that end to end rendering of GIFs is working.
Displaying GIFs is currently broken, https://crbug.com/pdfium/1167, so
this test is currently suppressed.
BUG=pdfium:904
Change-Id: I400a2a287c24726bc811dacfabe30ddc77f38b9c
Reviewed-on: https://pdfium-review.googlesource.com/43131
Commit-Queue: Ryan Harrison <rharrison@chromium.org>
Reviewed-by: Lei Zhang <thestig@chromium.org>
Diffstat (limited to 'testing/SUPPRESSIONS')
-rw-r--r-- | testing/SUPPRESSIONS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testing/SUPPRESSIONS b/testing/SUPPRESSIONS index f3d5867dda..e7e1ebd50b 100644 --- a/testing/SUPPRESSIONS +++ b/testing/SUPPRESSIONS @@ -332,3 +332,5 @@ standard_symbols.pdf * * * # TODO(pdfium:1095): Remove after associated bug is fixed xfa_example.in win * * xfa_textfield.in win * * +# TODO(pdfium:1167): Remove after associated bug is fixed +xfa_gif_image.in * * *
\ No newline at end of file |