Skip to content

Commit 1a094e1

Browse files
authored
core(preload-fonts): add Stylesheets to required artifacts (#16421)
1 parent 7422df6 commit 1a094e1

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

core/audits/preload-fonts.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class PreloadFontsAudit extends Audit {
3636
title: str_(UIStrings.title),
3737
failureTitle: str_(UIStrings.failureTitle),
3838
description: str_(UIStrings.description),
39-
requiredArtifacts: ['devtoolsLogs', 'URL', 'CSSUsage'],
39+
requiredArtifacts: ['devtoolsLogs', 'URL', 'CSSUsage', 'Stylesheets'],
4040
};
4141
}
4242

core/test/devtools-tests/download-depot-tools.sh

+3
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,6 @@ then
1717
fi
1818

1919
git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git "$DEPOT_TOOLS_PATH"
20+
21+
cd "$DEPOT_TOOLS_PATH"
22+
bash update_depot_tools

0 commit comments

Comments
 (0)