|
47 | 47 | "parameters": ["webDriverBiDi"],
|
48 | 48 | "expectations": ["PASS"]
|
49 | 49 | },
|
| 50 | + { |
| 51 | + "testIdPattern": "[debugInfo.spec] *", |
| 52 | + "platforms": ["darwin", "linux", "win32"], |
| 53 | + "parameters": ["cdp"], |
| 54 | + "expectations": ["SKIP"] |
| 55 | + }, |
50 | 56 | {
|
51 | 57 | "testIdPattern": "[device-request-prompt.spec] *",
|
52 | 58 | "platforms": ["darwin", "linux", "win32"],
|
|
1621 | 1627 | "parameters": ["chrome", "webDriverBiDi"],
|
1622 | 1628 | "expectations": ["FAIL", "PASS"]
|
1623 | 1629 | },
|
| 1630 | + { |
| 1631 | + "testIdPattern": "[defaultbrowsercontext.spec] DefaultBrowserContext page.cookies() should work", |
| 1632 | + "platforms": ["darwin", "linux", "win32"], |
| 1633 | + "parameters": ["cdp", "firefox"], |
| 1634 | + "expectations": ["FAIL"] |
| 1635 | + }, |
1624 | 1636 | {
|
1625 | 1637 | "testIdPattern": "[defaultbrowsercontext.spec] DefaultBrowserContext page.deleteCookie() should work",
|
1626 | 1638 | "platforms": ["darwin", "linux", "win32"],
|
|
3711 | 3723 | "parameters": ["firefox", "headless", "webDriverBiDi"],
|
3712 | 3724 | "expectations": ["FAIL"]
|
3713 | 3725 | },
|
| 3726 | + { |
| 3727 | + "testIdPattern": "[screenshot.spec] Screenshots Cdp should work in \"fromSurface: false\" mode", |
| 3728 | + "platforms": ["darwin", "linux", "win32"], |
| 3729 | + "parameters": ["cdp", "headless"], |
| 3730 | + "expectations": ["SKIP"] |
| 3731 | + }, |
3714 | 3732 | {
|
3715 | 3733 | "testIdPattern": "[screenshot.spec] Screenshots ElementHandle.screenshot should work for an element with an offset",
|
3716 | 3734 | "platforms": ["darwin", "linux", "win32"],
|
|
0 commit comments