diff options
author | Ryan Harrison <rharrison@chromium.org> | 2018-10-01 20:20:57 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-10-01 20:20:57 +0000 |
commit | e8b02fb54234ed66eeab30927b4495ecc9ca1669 (patch) | |
tree | 97b644a78ab8d085f6be7ef6023926e2c6cf9c52 /testing/SUPPRESSIONS | |
parent | 2965189172bece1223455c712b293071ed50c6b9 (diff) | |
download | pdfium-e8b02fb54234ed66eeab30927b4495ecc9ca1669.tar.xz |
Add XFA BMP pixel testchromium/3569
This adds a test case where a simple red square BMP image is embedded
into an XFA document. This exercises that <image> tags work correctly
and that end to end rendering of BMPs is working.
Displaying BMPs is currently broken, https://crbug.com/pdfium/1168, so
this test is currently suppressed.
BUG=pdfium:1163
Change-Id: I3ef006a7aa16717ad9cdbca1d423613f17246a5e
Reviewed-on: https://pdfium-review.googlesource.com/43132
Commit-Queue: Ryan Harrison <rharrison@chromium.org>
Reviewed-by: Lei Zhang <thestig@chromium.org>
Diffstat (limited to 'testing/SUPPRESSIONS')
-rw-r--r-- | testing/SUPPRESSIONS | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/testing/SUPPRESSIONS b/testing/SUPPRESSIONS index e7e1ebd50b..4720505529 100644 --- a/testing/SUPPRESSIONS +++ b/testing/SUPPRESSIONS @@ -329,8 +329,11 @@ bug_492.in * nov8 * # TODO(pdfium:1107): Remove after associated bug is fixed standard_symbols.pdf * * * +# TODO(pdfium:1168): Remove after associated bug is fixed +xfa_bmp_image.in * * * # 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 +xfa_gif_image.in * * * +# TODO(pdfium:1095): Remove after associated bug is fixed +xfa_textfield.in win * * |