puppeteer/test/CanaryTestExpectations.json
2024-05-04 09:17:53 +00:00

17 lines
486 B
JSON

[
{
"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"
}
]