Closed
Bug 1242463
Opened 9 years ago
Closed 7 years ago
Create some basic printing tests.
Categories
(Core :: Printing: Output, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1299848
People
(Reporter: bobowen, Unassigned)
References
(Blocks 1 open bug)
Details
On Windows (and possibly any platform), the only test that I believe exercises any of the print rendering code is:
toolkit/components/jsdownloads/test/browser/browser_DownloadPDFSaver.js
(It's arguable that this shouldn't be even running on Windows, because I don't believe we offer the functionality and I think it was originally developed for Android.)
Once we have bug 1156742 fixed, we should be able to at least record prints in the child and play them back with a dummy translator in the parent.
This dummy translator could be back by an off screen DrawTarget or possibly on Windows an EMF file.
It might be possible to do comparisons of printed images.
Reporter | ||
Comment 2•8 years ago
|
||
Finally got some time to start looking at the plan for this that I discussed with people at the last all hands.
Assignee: nobody → bobowencode
Status: NEW → ASSIGNED
Updated•7 years ago
|
Blocks: pdf-printing
Reporter | ||
Comment 4•7 years ago
|
||
No, because tobytailor seemed to be much further down the line to creating some in bug 1299848, so I stopped looking into it.
Nothing has landed from bug 1299848 as yet though.
Assignee: bobowencode → nobody
Status: ASSIGNED → NEW
Flags: needinfo?(bobowencode)
Comment 5•7 years ago
|
||
Let's dupe this bug with bug 1299848 as it's mostly sharing same purpose.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•