Skip to content

Commit

Permalink
[text-box-trim] Fix text-box-trim-on-button.html
Browse files Browse the repository at this point in the history
This CL fixes a typo in the font name of the test.

This patch has no behavior changes.

Fixed: 386860172
Change-Id: I8d324101bb5eb073e82ee5e56e0efae148d40f12
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6151520
Auto-Submit: Koji Ishii <[email protected]>
Commit-Queue: Lingqi Chi <[email protected]>
Reviewed-by: Lingqi Chi <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1402970}
  • Loading branch information
kojiishi authored and chromium-wpt-export-bot committed Jan 7, 2025
1 parent 9841ee4 commit a072636
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<style>
@import "support/TestMetricsFont.css";
@import "support/MetricsTestFont.css";

body {
font: 100px/1 MetricsTestFont;
Expand Down
2 changes: 1 addition & 1 deletion css/css-inline/text-box-trim/text-box-trim-on-button.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<link rel="help" href="https://drafts.csswg.org/css-inline-3/#text-box-edge">
<link rel="match" href="text-box-trim-on-button-ref.html">
<style>
@import "support/TestMetricsFont.css";
@import "support/MetricsTestFont.css";

.spacer {
background: lightgray;
Expand Down

0 comments on commit a072636

Please sign in to comment.