Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion css/css-borders/corner-shape/corner-shape-scoop.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<title>CSS Borders and Box Decorations 4: 'corner-shape: scoop' on all corners</title>
<link rel="help" href="https://drafts.csswg.org/css-borders-4/#corner-shaping">
<link rel="match" href="corner-shape-scoop-ref.html">
<meta name="fuzzy" content="maxDifference=0-43; totalPixels=0-374">
<meta name="fuzzy" content="maxDifference=0-74; totalPixels=0-376"/>
<style>
.target {
background: green;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<title>CSS Borders and Box Decorations 4: 'corner-shape: superellipse(0)' is equivalent to bevel</title>
<link rel="help" href="https://drafts.csswg.org/css-borders-4/#corner-shaping">
<link rel="match" href="corner-shape-superellipse-bevel-ref.html">
<meta name="fuzzy" content="maxDifference=0-1; totalPixels=0-50">
<meta name="fuzzy" content="maxDifference=0-13; totalPixels=0-135"/>
<style>
.target {
background: green;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<title>CSS Borders and Box Decorations 4: 'corner-shape: superellipse(-1)' renders as scoop on all corners</title>
<link rel="help" href="https://drafts.csswg.org/css-borders-4/#corner-shaping">
<link rel="match" href="corner-shape-superellipse-scoop-ref.html">
<meta name="fuzzy" content="maxDifference=0-43; totalPixels=374">
<meta name="fuzzy" content="maxDifference=0-74; totalPixels=0-376"/>
<style>
.target {
background: green;
Expand Down
Loading