feat(webkit): roll webkit to r1151
This commit is contained in:
parent
df8de2074e
commit
20e1e73866
|
|
@ -10,7 +10,7 @@
|
||||||
"playwright": {
|
"playwright": {
|
||||||
"chromium_revision": "740847",
|
"chromium_revision": "740847",
|
||||||
"firefox_revision": "1029",
|
"firefox_revision": "1029",
|
||||||
"webkit_revision": "1150"
|
"webkit_revision": "1151"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"ctest": "cross-env BROWSER=chromium node test/test.js",
|
"ctest": "cross-env BROWSER=chromium node test/test.js",
|
||||||
|
|
|
||||||
|
|
@ -206,7 +206,7 @@ module.exports.describe = function({testRunner, expect, playwright, defaultBrows
|
||||||
expect(cookies[0] && cookies[0].name).toBe(undefined);
|
expect(cookies[0] && cookies[0].name).toBe(undefined);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
it.skip(WEBKIT)('should isolate persistent cookies', async({context, server, newContext}) => {
|
it('should isolate persistent cookies', async({context, server, newContext}) => {
|
||||||
server.setRoute('/setcookie.html', (req, res) => {
|
server.setRoute('/setcookie.html', (req, res) => {
|
||||||
res.setHeader('Set-Cookie', 'persistent=persistent-value; max-age=3600');
|
res.setHeader('Set-Cookie', 'persistent=persistent-value; max-age=3600');
|
||||||
res.end();
|
res.end();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue