mirror of
https://github.com/microsoft/playwright.git
synced 2024-11-10 12:57:42 +03:00
feat(firefox): roll Firefox to r1003 (#78)
This commit is contained in:
parent
371394ff2f
commit
d4d0654666
@ -8,7 +8,7 @@
|
||||
},
|
||||
"playwright": {
|
||||
"chromium_revision": "717627",
|
||||
"firefox_revision": "1001",
|
||||
"firefox_revision": "1003",
|
||||
"webkit_revision": "2"
|
||||
},
|
||||
"scripts": {
|
||||
|
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user