Skip to content

Commit ddab735

Browse files
feat: roll to Firefox 143.0 (#14219)
Co-authored-by: Alex Rudenko <[email protected]>
1 parent fcbfb73 commit ddab735

File tree

3 files changed

+15
-22
lines changed

3 files changed

+15
-22
lines changed

packages/puppeteer-core/src/revisions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
export const PUPPETEER_REVISIONS = Object.freeze({
1111
chrome: '140.0.7339.82',
1212
'chrome-headless-shell': '140.0.7339.82',
13-
firefox: 'stable_142.0.1',
13+
firefox: 'stable_143.0',
1414
});

test/TestExpectations.json

Lines changed: 7 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -439,13 +439,6 @@
439439
"expectations": ["SKIP"],
440440
"comment": "Suddenly started being flaky on Windows"
441441
},
442-
{
443-
"testIdPattern": "[navigation.spec] navigation Frame.goto should return matching responses",
444-
"platforms": ["darwin", "linux", "win32"],
445-
"parameters": ["firefox"],
446-
"expectations": ["FAIL"],
447-
"comment": "TODO: add a comment explaining why this expectation is required (include links to issues)"
448-
},
449442
{
450443
"testIdPattern": "[navigation.spec] navigation Page.goto should send referer",
451444
"platforms": ["darwin", "linux", "win32"],
@@ -502,13 +495,6 @@
502495
"expectations": ["FAIL"],
503496
"comment": "chrome-headless-shell does not have a PDF viewer"
504497
},
505-
{
506-
"testIdPattern": "[oopif.spec] OOPIF should retrieve body for OOPIF document requests",
507-
"platforms": ["darwin", "linux", "win32"],
508-
"parameters": ["webDriverBiDi"],
509-
"expectations": ["FAIL"],
510-
"comment": "https://github.com/w3c/webdriver-bidi/issues/747"
511-
},
512498
{
513499
"testIdPattern": "[page.spec] Page Page.addScriptTag should throw when added with content to the CSP page",
514500
"platforms": ["darwin", "linux", "win32"],
@@ -1075,13 +1061,6 @@
10751061
"expectations": ["FAIL"],
10761062
"comment": "TODO: add a comment explaining why this expectation is required (include links to issues)"
10771063
},
1078-
{
1079-
"testIdPattern": "[launcher.spec] Launcher specs Puppeteer Puppeteer.connect should be able to reconnect to a disconnected browser",
1080-
"platforms": ["darwin", "linux", "win32"],
1081-
"parameters": ["firefox", "webDriverBiDi"],
1082-
"expectations": ["FAIL"],
1083-
"comment": "TODO: add a comment explaining why this expectation is required (include links to issues)"
1084-
},
10851064
{
10861065
"testIdPattern": "[launcher.spec] Launcher specs Puppeteer Puppeteer.connect should support acceptInsecureCerts option",
10871066
"platforms": ["darwin", "linux", "win32"],
@@ -1334,6 +1313,13 @@
13341313
"expectations": ["FAIL"],
13351314
"comment": "Firefox does not support multiple sessions in BiDi."
13361315
},
1316+
{
1317+
"testIdPattern": "[oopif.spec] OOPIF should retrieve body for OOPIF document requests",
1318+
"platforms": ["darwin", "linux", "win32"],
1319+
"parameters": ["chrome", "webDriverBiDi"],
1320+
"expectations": ["FAIL"],
1321+
"comment": "https://github.com/w3c/webdriver-bidi/issues/747"
1322+
},
13371323
{
13381324
"testIdPattern": "[page.spec] Page Page.addScriptTag should throw when added with content to the CSP page",
13391325
"platforms": ["darwin", "linux", "win32"],

versions.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
{
22
"lastMaintainedChromeVersion": "137.0.7151.119",
33
"versions": [
4+
[
5+
"NEXT",
6+
{
7+
"chrome": "140.0.7339.82",
8+
"firefox": "stable_143.0"
9+
}
10+
],
411
[
512
"v24.20.0",
613
{

0 commit comments

Comments
 (0)