-
Notifications
You must be signed in to change notification settings - Fork 10.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement reference testing for printing #12230
Implement reference testing for printing #12230
Conversation
4d617ec
to
ab96d61
Compare
/botio test |
From: Bot.io (Linux m4)ReceivedCommand cmd_test from @timvandermeij received. Current queue size: 0 Live output at: http://54.67.70.0:8877/2fa64ec89c2847f/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_test from @timvandermeij received. Current queue size: 0 Live output at: http://54.215.176.217:8877/3a18bd7990bcf9e/output.txt |
Note to self: update https://github.com/mozilla/pdf.js/wiki/Contributing after this patch lands and include any missing types ( |
From: Bot.io (Linux m4)FailedFull output at http://54.67.70.0:8877/2fa64ec89c2847f/output.txt Total script time: 27.23 mins
Image differences available at: http://54.67.70.0:8877/2fa64ec89c2847f/reftest-analyzer.html#web=eq.log |
From: Bot.io (Windows)FailedFull output at http://54.215.176.217:8877/3a18bd7990bcf9e/output.txt Total script time: 29.05 mins
Image differences available at: http://54.215.176.217:8877/3a18bd7990bcf9e/reftest-analyzer.html#web=eq.log |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, modulo one comment; thanks for doing this!
This commit includes support for rendering pages in printing mode, which, when combined with annotation storage data, is useful for testing if form data is correctly rendered onto the printed canvas.
ab96d61
to
483efed
Compare
/botio makeref |
From: Bot.io (Windows)ReceivedCommand cmd_makeref from @timvandermeij received. Current queue size: 0 Live output at: http://54.215.176.217:8877/027b8645d2f6543/output.txt |
From: Bot.io (Linux m4)ReceivedCommand cmd_makeref from @timvandermeij received. Current queue size: 0 Live output at: http://54.67.70.0:8877/785b49282fa252e/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.67.70.0:8877/785b49282fa252e/output.txt Total script time: 25.28 mins
|
From: Bot.io (Windows)SuccessFull output at http://54.215.176.217:8877/027b8645d2f6543/output.txt Total script time: 27.17 mins
|
Fixes #12225.