Skip to content

Commit

Permalink
update reference files
Browse files Browse the repository at this point in the history
 - update reference files from width/windowWidth PR (parallax#3203): there are no longer duplicate words
 - check in previously forgotten file
  • Loading branch information
HackbrettXXX committed Sep 9, 2021
1 parent c917272 commit f75ae8c
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 1 deletion.
Binary file added test/reference/html-margin-page-break-slice.pdf
Binary file not shown.
Binary file modified test/reference/html-width-100-windowWidth-500.pdf
Binary file not shown.
Binary file modified test/reference/html-width-210-windowWidth-1000.pdf
Binary file not shown.
Binary file modified test/reference/html-width-210-windowWidth-250.pdf
Binary file not shown.
Binary file modified test/reference/html-width-210-windowWidth-500.pdf
Binary file not shown.
Binary file modified test/reference/html-width-300-windowWidth-500-scale-2.pdf
Binary file not shown.
Binary file modified test/reference/html-width-300-windowWidth-500.pdf
Binary file not shown.
Binary file modified test/reference/html-width-default-windowWidth-default.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion test/specs/html.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,6 @@ describe("Module: html", () => {
doc.setPage(i);
doc.rect(30, 10, pageWidth - 60, pageHeight - 20);
}
comparePdf(doc.output(), "html-margin-page-break-text-slice.pdf", "html");
comparePdf(doc.output(), "html-margin-page-break-slice.pdf", "html");
});
});

0 comments on commit f75ae8c

Please sign in to comment.