New issue
Advanced search Search tips

Issue 890557 link

Starred by 3 users

Issue metadata

Status: Assigned
Owner:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux , Windows , Chrome , Mac
Pri: 2
Type: Bug



Sign in to add a comment

PDFiumPrintTest.Basic fails when XFA is enabled

Project Member Reported by thestig@chromium.org, Sep 29

Issue description

What steps will reproduce the problem?
(1)  Set "pdf_enable_xfa = true" in the GN build config.
(2) Build pdf_unittests.
(3) Run pdf_unittests.

What is the expected result?

All tests pass.

What happens instead?

[ RUN      ] PDFiumPrintTest.Basic
../../pdf/pdfium/pdfium_print_unittest.cc:45: Failure
Expected equality of these values:
  expected_dimensions[i].width
    Which is: 612
  width
    Which is: 200

...

../../pdf/pdfium/pdfium_print_unittest.cc:46: Failure
Expected equality of these values:
  expected_dimensions[i].height
    Which is: 792
  height
    Which is: 200

 

Sign in to add a comment