Skip to content

Commit bd4d221

Browse files
OrKoNDevtools-frontend LUCI CQ
authored andcommitted
Update Chrome (for Testing) PIN
Chromium pin updated to 142.0.7392.0 Roll created at https://cr-buildbucket.appspot.com/build/8704693075427557281 Bug: none Change-Id: I7ec2dd47256a255368730b81090eb59bbede414a Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6914775 Reviewed-by: Kateryna Prokopenko <[email protected]> Reviewed-by: Samiya Caur <[email protected]> Owners-Override: Alex Rudenko <[email protected]> Commit-Queue: Alex Rudenko <[email protected]>
1 parent 6fbb547 commit bd4d221

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ vars = {
4949
# Chrome version used for tests. It should be regularly updated to
5050
# match the Canary version listed here:
5151
# https://googlechromelabs.github.io/chrome-for-testing/last-known-good-versions.json
52-
'chrome': '141.0.7390.2',
52+
'chrome': '142.0.7392.0',
5353

5454
# 'magic' text to tell depot_tools that git submodules should be accepted but
5555
# but parity with DEPS file is expected.

test/e2e_non_hosted/network/network-request-view_test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ describe('The Network Request view', () => {
145145
assert.isOk(name);
146146
await selectRequestByName(name, {devToolsPage});
147147

148-
const styleSrcError = expectError(`Refused to load the stylesheet '${stylesheet}'`);
148+
const styleSrcError = expectError(`Loading the stylesheet '${stylesheet}' violates`);
149149
const networkView = await devToolsPage.waitFor('.network-item-view');
150150
await devToolsPage.click('[aria-label=Preview][role=tab]', {
151151
root: networkView,

test/e2e_non_hosted/sources/icon-row-bucket_test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ describe('The row\'s icon bucket', function() {
9090
const iconComponents = await getIconComponents(devToolsPage, 'cm-messageIcon-error');
9191
const messages: string[] = [];
9292
const expectedMessages = [
93-
'Refused to create a TrustedTypePolicy named \'policy2\' because it violates the following Content Security Policy directive: "trusted-types policy1".',
93+
'Creating a TrustedTypePolicy named \'policy2\' violates the following Content Security policy directive: "trusted-types policy1". The action has been blocked.',
9494
'Uncaught TypeError: Failed to execute \'createPolicy\' on \'TrustedTypePolicyFactory\': Policy "policy2" disallowed.',
9595
];
9696
for (const iconComponent of iconComponents) {

0 commit comments

Comments
 (0)