Skip to content

Commit d130479

Browse files
feat(webkit): roll webkit to 1184 (#1570)
1 parent fdc3612 commit d130479

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"playwright": {
1111
"chromium_revision": "751710",
1212
"firefox_revision": "1062",
13-
"webkit_revision": "1182"
13+
"webkit_revision": "1184"
1414
},
1515
"scripts": {
1616
"ctest": "cross-env BROWSER=chromium node test/test.js",

test/accessibility.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ module.exports.describe = function({testRunner, expect, FFOX, CHROMIUM, WEBKIT,
8585
};
8686
expect(await page.accessibility.snapshot()).toEqual(golden);
8787
});
88-
it.fail(WEBKIT && !MAC)('should work with regular text', async({page}) => {
88+
it('should work with regular text', async({page}) => {
8989
await page.setContent(`<div>Hello World</div>`);
9090
const snapshot = await page.accessibility.snapshot();
9191
expect(snapshot.children[0]).toEqual({

0 commit comments

Comments
 (0)