Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(chromium): roll Chromium to r848005 #6801

Merged
merged 13 commits into from
Feb 2, 2021
Prev Previous commit
Next Next commit
Add link to crbug
sadym-chromium committed Feb 2, 2021
commit c8619c0ea97e1768f11a6a707eb05c2fdd392c54
2 changes: 2 additions & 0 deletions test/screenshot.spec.ts
Original file line number Diff line number Diff line change
@@ -51,6 +51,7 @@ describe('Screenshots', function () {
expect(screenshot).toBeGolden('screenshot-clip-rect.png');
});
// TODO: enable after the screenshot is fixed.
// https://crbug.com/1173457
it.skip('should clip elements to the viewport size without artefacts', async () => {
const { page, server } = getTestState();
await page.setViewport({ width: 225, height: 225 });
@@ -66,6 +67,7 @@ describe('Screenshots', function () {
expect(screenshot).toBeGolden('screenshot-offscreen-clip.png');
});
// TODO: remove after the screenshot is fixed.
// https://crbug.com/1173457
itFailsFirefox('should clip elements to the viewport size with artefacts', async () => {
const { page, server } = getTestState();
await page.setViewport({ width: 225, height: 225 });