Skip to content

Commit

Permalink
Adjust BorderEdge::style_ in ClampWidth()
Browse files Browse the repository at this point in the history
To make sure style_ always equals EffectiveStyle(style_, width_).

Bug: 1406734
Change-Id: Ie325debb8587b561220b8093e20ee9a573584ac2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4163777
Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org>
Reviewed-by: Stephen Chenney <schenney@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1092163}
  • Loading branch information
wangxianzhu authored and chromium-wpt-export-bot committed Jan 13, 2023
1 parent aba78ef commit 6a6832e
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<!DOCTYPE html>
<link rel="help" href="https://crbug.com/1406734">
<svg>
<foreignObject style="width: 1px; height: 1px; border-left: 3px double black; border-radius: 1px"/>
</svg>

0 comments on commit 6a6832e

Please sign in to comment.