Skip to content

Commit 9e5d47e

Browse files
Hexclesgsnedders
authored andcommitted
Ignore some new PNG files in ci_built_diff.sh (web-platform-tests#11561)
PR web-platform-tests#11362 introduced some new PNG files similar to their counterparts in 2dcontext (also font-rendering specific), so we need to ignore these files in tools/ci/ci_built_diff.sh, too.
1 parent f9b53c8 commit 9e5d47e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tools/ci/ci_built_diff.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ main() {
1515
'2dcontext/drawing-text-to-the-canvas/2d.text.draw.fill.maxWidth.large.png'
1616
'2dcontext/drawing-text-to-the-canvas/2d.text.draw.fill.rtl.png'
1717
'2dcontext/drawing-text-to-the-canvas/2d.text.draw.stroke.basic.png'
18+
'offscreen-canvas/text/2d.text.draw.fill.basic.png'
19+
'offscreen-canvas/text/2d.text.draw.fill.maxWidth.large.png'
20+
'offscreen-canvas/text/2d.text.draw.fill.rtl.png'
21+
'offscreen-canvas/text/2d.text.draw.stroke.basic.png'
1822
)
1923

2024
./update-built-tests.sh

0 commit comments

Comments
 (0)