feat(chromium): roll Chromium to r768783 (#6201)

* feat(chromium): roll Chromium to r768783

* fix: update unit test for crrev:2135046

* chore: update devtools-protocol revision

Co-authored-by: Changhao Han <changhaohan@chromium.org>
This commit is contained in:
Changhao Han
2020-07-10 15:32:44 +02:00
committed by GitHub
parent 9b3005c105
commit 790c277f0e
4 changed files with 7 additions and 4 deletions

View File

@@ -406,7 +406,9 @@ describe('Cookie specs', () => {
expect(await page.evaluate('document.cookie')).toBe(
'localhost-cookie=best'
);
expect(await page.frames()[1].evaluate('document.cookie')).toBe('');
expect(await page.frames()[1].evaluate('document.cookie')).toBe(
'127-cookie=worst'
);
expect(await page.cookies()).toEqual([
{