Support print crashtests
Categories
(Testing :: web-platform-tests, defect)
Tracking
(Not tracked)
People
(Reporter: emilio, Unassigned, NeedInfo)
Details
So there are a few attempts at print crashtests written by mstensho in css/printing/crashtests, and some others written by me in the parent directory like https://github.com/web-platform-tests/wpt/blob/master/css/printing/page-overflow-crash-print.html, that use print reftests plus a non-blank reference.
The reason why I'm using that approach is that, at least in Gecko, running the tests in css/printing/crashtests doesn't print at all (it behaves like a regular crashtest). Also I didn't thought of abusing the /crashtests directory to be able to specify both -print.html and -crash.html.
James, should this work? If not, should it be better documented? I can migrate the tests in css/printing/crashtests to regular reftests but that seems unfortunate.
Description
•