Skip to content

Commit

Permalink
Fixed two small mistakes related to CSS corner-shape tests (#46574)
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianZ authored and sadym-chromium committed Jun 3, 2024
1 parent 2894127 commit 865b916
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
Expand Up @@ -5,4 +5,4 @@

<p>Test passes if the square has a beveled bottom-left corner and the others are rounded.

<p><img src="../support/corner-shape-angle-bottom-left.svg" alt="Image download support must be enabled" class="expected">
<p><img src="../support/corner-shape-angle-bottom-left.svg" alt="Image download support must be enabled">
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
}
</style>

<p>Test passes if the square has a rounded top-left corner and the otheres are beveled.
<p>Test passes if the square has a rounded top-left corner and the others are beveled.

<div id="test"></div>

0 comments on commit 865b916

Please sign in to comment.