File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ vars = {
49
49
# Chrome version used for tests. It should be regularly updated to
50
50
# match the Canary version listed here:
51
51
# https://googlechromelabs.github.io/chrome-for-testing/last-known-good-versions.json
52
- 'chrome' : '142.0.7392 .0' ,
52
+ 'chrome' : '142.0.7394 .0' ,
53
53
54
54
# 'magic' text to tell depot_tools that git submodules should be accepted but
55
55
# but parity with DEPS file is expected.
Original file line number Diff line number Diff line change @@ -67,6 +67,7 @@ function launchChrome() {
67
67
'MojoChannelAssociatedSendUsesRunOrPostTask' , // crbug.com/376228320
68
68
'RasterInducingScroll' , // crbug.com/381055647
69
69
'CompositeBackgroundColorAnimation' , // crbug.com/381055647
70
+ 'ScriptSrcHashesV1' , // crbug.com/443216445
70
71
] ;
71
72
// LINT.ThenChange(/test/e2e_non_hosted/shared/browser-helper.ts:features)
72
73
const launchArgs = [
Original file line number Diff line number Diff line change @@ -174,6 +174,7 @@ export const DEFAULT_BROWSER_SETTINGS: BrowserSettings = {
174
174
'MojoChannelAssociatedSendUsesRunOrPostTask' , // crbug.com/376228320
175
175
'RasterInducingScroll' , // crbug.com/381055647
176
176
'CompositeBackgroundColorAnimation' , // crbug.com/381055647
177
+ 'ScriptSrcHashesV1' , // crbug.com/443216445
177
178
]
178
179
// LINT.ThenChange(/test/conductor/hooks.ts:features)
179
180
} ;
You can’t perform that action at this time.
0 commit comments