Roll WebKit to 2049
This commit is contained in:
parent
4bce51ec74
commit
a87b1cfa2b
|
|
@ -27,7 +27,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "webkit",
|
"name": "webkit",
|
||||||
"revision": "2048",
|
"revision": "2049",
|
||||||
"installByDefault": true,
|
"installByDefault": true,
|
||||||
"revisionOverrides": {
|
"revisionOverrides": {
|
||||||
"mac10.14": "1446",
|
"mac10.14": "1446",
|
||||||
|
|
|
||||||
|
|
@ -19,8 +19,7 @@ import url from 'url';
|
||||||
import { contextTest as it, expect } from '../config/browserTest';
|
import { contextTest as it, expect } from '../config/browserTest';
|
||||||
import { hostPlatform } from '../../packages/playwright-core/src/utils/hostPlatform';
|
import { hostPlatform } from '../../packages/playwright-core/src/utils/hostPlatform';
|
||||||
|
|
||||||
it('SharedArrayBuffer should work @smoke', async function({ contextFactory, httpsServer, browserName }) {
|
it('SharedArrayBuffer should work @smoke', async function({ contextFactory, httpsServer }) {
|
||||||
it.fail(browserName === 'webkit', 'no shared array buffer on webkit');
|
|
||||||
const context = await contextFactory({ ignoreHTTPSErrors: true });
|
const context = await contextFactory({ ignoreHTTPSErrors: true });
|
||||||
const page = await context.newPage();
|
const page = await context.newPage();
|
||||||
httpsServer.setRoute('/sharedarraybuffer', (req, res) => {
|
httpsServer.setRoute('/sharedarraybuffer', (req, res) => {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue