Bug 1860883 [wpt PR 42730] - Add noto fonts to the Docker image, a=testonly

Automatic update from web-platform-tests
Add noto fonts to the Docker image

This ensures that we have fallback glyphs for most/all
characters. This affects some tests
e.g. css/css-fonts/size-adjust-unicode-range-system-fallback.html (see
https://bugzilla.mozilla.org/show_bug.cgi?id=1860124)

Covering all of unicode does mean that we end up with a rather large
increase in the docker image size. If this causes problems we could
just install fonts-noto-cjk to fix the known breakage.

--

wpt-commits: 00dee68a67459b04b971f928c7360cb1be036613
wpt-pr: 42730
This commit is contained in:
James Graham 2023-12-13 08:29:21 +00:00 committed by moz-wptsync-bot
parent 8f4dbb7682
commit 61ee726847
3 changed files with 3 additions and 2 deletions

View File

@ -57,7 +57,7 @@ tasks:
owner: ${owner}
source: ${event.repository.clone_url}
payload:
image: webplatformtests/wpt:0.55
image: webplatformtests/wpt:0.56
maxRunTime: 7200
artifacts:
public/results:

View File

@ -4,7 +4,7 @@ components:
workerType: ci
schedulerId: taskcluster-github
deadline: "24 hours"
image: webplatformtests/wpt:0.55
image: webplatformtests/wpt:0.56
maxRunTime: 7200
artifacts:
public/results:

View File

@ -13,6 +13,7 @@ RUN apt-get -qqy update \
curl \
dbus-x11 \
earlyoom \
fonts-noto \
fluxbox \
gdebi \
git \