puppeteer/test/CanaryTestExpectations.json

17 lines
486 B
JSON
Raw Permalink Normal View History

[
{
"testIdPattern": "[pdf.spec] Page.pdf can print to PDF with outline",
"platforms": ["darwin", "linux", "win32"],
"parameters": ["chrome", "headful", "cdp"],
"expectations": ["PASS"],
"comment": "fixed in canary"
},
{
"testIdPattern": "[pdf.spec] Page.pdf can print to PDF with outline",
"platforms": ["darwin", "linux", "win32"],
"parameters": ["chrome", "headless", "cdp"],
"expectations": ["PASS"],
"comment": "fixed in canary"
}
]