diff --git a/test/CanaryTestExpectations.json b/test/CanaryTestExpectations.json index 4df2dc924ba..ded9b17b62b 100644 --- a/test/CanaryTestExpectations.json +++ b/test/CanaryTestExpectations.json @@ -2,14 +2,14 @@ { "testIdPattern": "[pdf.spec] Page.pdf can print to PDF with outline", "platforms": ["darwin", "linux", "win32"], - "parameters": ["chrome", "headful"], + "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"], + "parameters": ["chrome", "headless", "cdp"], "expectations": ["PASS"], "comment": "fixed in canary" }