mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
17 lines
472 B
JSON
17 lines
472 B
JSON
|
[
|
||
|
{
|
||
|
"testIdPattern": "[pdf.spec] Page.pdf can print to PDF with outline",
|
||
|
"platforms": ["darwin", "linux", "win32"],
|
||
|
"parameters": ["chrome", "headful"],
|
||
|
"expectations": ["PASS"],
|
||
|
"comment": "fixed in canary"
|
||
|
},
|
||
|
{
|
||
|
"testIdPattern": "[pdf.spec] Page.pdf can print to PDF with outline",
|
||
|
"platforms": ["darwin", "linux", "win32"],
|
||
|
"parameters": ["chrome", "headless"],
|
||
|
"expectations": ["PASS"],
|
||
|
"comment": "fixed in canary"
|
||
|
}
|
||
|
]
|