feat(firefox): roll Firefox to r1003

This commit is contained in:
Andrey Lushnikov 2019-11-25 16:44:13 -08:00
parent 371394ff2f
commit f0a884555c
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@
},
"playwright": {
"chromium_revision": "717627",
"firefox_revision": "1001",
"firefox_revision": "1003",
"webkit_revision": "2"
},
"scripts": {

View file

@ -611,7 +611,7 @@ module.exports.addTests = function({testRunner, expect, headless, playwright, FF
});
});
describe.skip(FFOX || WEBKIT)('Page.setBypassCSP', function() {
describe.skip(WEBKIT)('Page.setBypassCSP', function() {
it('should bypass CSP meta tag', async({page, server}) => {
// Make sure CSP prohibits addScriptTag.
await page.goto(server.PREFIX + '/csp.html');