Closed
Bug 1602544
Opened 5 years ago
Closed 5 years ago
[meta] Implement Print endpoint
Categories
(Testing :: geckodriver, enhancement)
Tracking
(firefox73 fixed)
RESOLVED
FIXED
mozilla73
| Tracking | Status | |
|---|---|---|
| firefox73 | --- | fixed |
People
(Reporter: jgraham, Assigned: jgraham)
References
Details
(Keywords: meta)
Attachments
(1 file)
Implement an endpoint that generates a paginated document as base64-encoded PDF. This is a common user scenario and may be internally useful for paginated reftest work.
| Assignee | ||
Comment 1•5 years ago
|
||
Comment 2•5 years ago
|
||
(In reply to James Graham [:jgraham] from comment #1)
https://pr-preview.s3.amazonaws.com/w3c/webdriver/pull/1468.html#print for the proposed spec (https://github.com/web-platform-tests/wpt/pull/20677)
That seems to be a wrong PR referenced here.
Flags: needinfo?(james)
| Assignee | ||
Comment 3•5 years ago
|
||
https://github.com/w3c/webdriver/pull/1468 is the right link. Sorry for the error.
Flags: needinfo?(james)
| Assignee | ||
Comment 4•5 years ago
|
||
These currently are Mozilla-only but can be trivially moved into upstream
tests once there is agreement to take the feature.
Updated•5 years ago
|
Assignee: nobody → james
Status: NEW → ASSIGNED
| Assignee | ||
Comment 5•5 years ago
|
||
Pushed by james@hoppipolla.co.uk:
https://hg.mozilla.org/integration/autoland/rev/cad798d12930
Add some basic print tests for WebDriver, r=webdriver-reviewers,whimboo,ato
Pushed by james@hoppipolla.co.uk:
https://hg.mozilla.org/integration/autoland/rev/658f179110b3
Add some basic print tests for WebDriver, r=webdriver-reviewers,whimboo,ato
Comment 8•5 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox73:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla73
You need to log in
before you can comment on or make changes to this bug.
Description
•