Skip to content

Commit 39be284

Browse files
schenney-chromiummoz-wptsync-bot
authored andcommitted
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 <[email protected]> Commit-Queue: Stephen Chenney <[email protected]> Cr-Commit-Position: refs/heads/main@{#1317302} -- wpt-commits: 2f564c5b48de650aeb3daaca7688d53fdd178433 wpt-pr: 46837
1 parent c043971 commit 39be284

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
@@ -5,7 +5,7 @@
55
<link rel="help" href="https://drafts.csswg.org/css-highlight-api-1/">
66
<link rel="match" href="css-target-text-decoration-001-ref.html">
77
<meta name="assert" content="This test checks that text-decorations of target text are fully rendered.">
8-
<meta name="fuzzy" content="0-60;0-32">
8+
<meta name="fuzzy" content="0-60;0-38">
99
<script src="/common/reftest-wait.js"></script>
1010
<style>
1111
::target-text {

0 commit comments

Comments
 (0)