Skip to content

Commit 0a3023e

Browse files
committed
Bug 1903725 [wpt PR 46837] - Improve wavy decorations for smallish fonts, a=testonly
Automatic update from web-platform-tests Improve wavy decorations for smallish fonts The wavy text decoration for 10pt font is not as small as one would expect. The issue is that we cap the smallest wavy size we are willing to draw, and this is too pessimistic. To address this, split the limits for the height and width of the wave and reduce them. In the process remove a function. Bug: 347595640 Change-Id: Ibd2d2f4b37f1454a5697d38703b47bd9d5de6454 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5631324 Reviewed-by: Fredrik Söderquist <fsopera.com> Commit-Queue: Stephen Chenney <schenneychromium.org> Cr-Commit-Position: refs/heads/main{#1317302} -- wpt-commits: 2f564c5b48de650aeb3daaca7688d53fdd178433 wpt-pr: 46837 UltraBlame original commit: 29d4017625dea9702e89f72664a2da0b09b4400c
1 parent b61b2a6 commit 0a3023e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/web-platform/tests/css/css-highlight-api/painting/css-target-text-decoration-001.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
;
141141
0
142142
-
143-
32
143+
38
144144
"
145145
>
146146
<

0 commit comments

Comments
 (0)