[go: nahoru, domu]

Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Co-authored-by: legion80 <jonlee554@gmail.com>

Add fuzzy match metadata for WebKit.
  • Loading branch information
qanat committed Mar 28, 2022
1 parent f88ac14 commit 50ee1c7
Show file tree
Hide file tree
Showing 66 changed files with 66 additions and 0 deletions.
1 change: 1 addition & 0 deletions compat/webkit-background-origin-text.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<title>webkit-background-origin should not accept text as value</title>
<link rel="author" title="Rob Buis" href="rob.buis@chromium.org">
<link rel="match" href="webkit-background-origin-text-ref.html">
<meta name="fuzzy" content="maxDifference=0-1; totalPixels=0-4000">
<style>
#target {
width: 0px;
Expand Down
1 change: 1 addition & 0 deletions compat/webkit-linear-gradient-line-bottom.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<link rel="help" href="https://compat.spec.whatwg.org/#css-gradients-webkit-linear-gradient">
<meta name="assert" content="'bottom' in -webkit-linear-gradient is equivalent to 'to top' in modern syntax">
<link rel="match" href="green-ref.html">
<meta name="fuzzy" content="maxDifference=0-1; totalPixels=0-4000">
<style>
#outer {
width: 100px;
Expand Down
1 change: 1 addition & 0 deletions compat/webkit-linear-gradient-line-left.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<link rel="help" href="https://compat.spec.whatwg.org/#css-gradients-webkit-linear-gradient">
<meta name="assert" content="'left' in -webkit-linear-gradient is equivalent to 'to right' in modern syntax">
<link rel="match" href="green-ref.html">
<meta name="fuzzy" content="maxDifference=0-1; totalPixels=0-4000">
<style>
#outer {
width: 100px;
Expand Down
1 change: 1 addition & 0 deletions compat/webkit-linear-gradient-line-right.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<link rel="help" href="https://compat.spec.whatwg.org/#css-gradients-webkit-linear-gradient">
<meta name="assert" content="'right' in -webkit-linear-gradient is equivalent to 'to left' in modern syntax">
<link rel="match" href="green-ref.html">
<meta name="fuzzy" content="maxDifference=0-1; totalPixels=0-4000">
<style>
#outer {
width: 100px;
Expand Down
1 change: 1 addition & 0 deletions compat/webkit-linear-gradient-line-top.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<link rel="help" href="https://compat.spec.whatwg.org/#css-gradients-webkit-linear-gradient">
<meta name="assert" content="'top' in -webkit-linear-gradient is equivalent to 'to bottom' in modern syntax">
<link rel="match" href="green-ref.html">
<meta name="fuzzy" content="maxDifference=0-1; totalPixels=0-4000">
<style>
#outer {
width: 100px;
Expand Down
1 change: 1 addition & 0 deletions css/css-backgrounds/background-repeat-space-10.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<link rel="help" href="https://www.w3.org/TR/css3-background/#background-repeat">
<link rel="match" href="background-repeat-space-10-ref.html">
<meta name="assert" content="Test checks whether background-repeat: 'space' works correctly or not.">
<meta name="fuzzy" content="maxDifference=0-52; totalPixels=0-990">
<style type="text/css">
.outer {
width: 96px;
Expand Down
1 change: 1 addition & 0 deletions css/css-backgrounds/background-repeat-space-1a.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<link rel="help" href="https://www.w3.org/TR/css3-background/#background-repeat">
<link rel="match" href="background-repeat-space-1-ref.html">
<meta name="assert" content="Test checks whether background-repeat: 'space' works correctly or not.">
<meta name="fuzzy" content="maxDifference=0-52; totalPixels=0-7950">
<style type="text/css">
.outer {
width: 106px;
Expand Down
1 change: 1 addition & 0 deletions css/css-backgrounds/background-repeat-space-1b.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<link rel="help" href="https://www.w3.org/TR/css3-background/#background-repeat">
<link rel="match" href="background-repeat-space-1-ref.html">
<meta name="assert" content="Test checks whether background-repeat: 'space' works correctly or not.">
<meta name="fuzzy" content="maxDifference=0-52; totalPixels=0-7950">
<style type="text/css">
.outer {
width: 106px;
Expand Down
1 change: 1 addition & 0 deletions css/css-backgrounds/background-repeat-space-1c.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<link rel="help" href="https://www.w3.org/TR/css3-background/#background-repeat">
<link rel="match" href="background-repeat-space-1-ref.html">
<meta name="assert" content="Test checks whether background-repeat: 'space space' works correctly or not.">
<meta name="fuzzy" content="maxDifference=0-52; totalPixels=0-7950">
<style type="text/css">
.outer {
width: 106px;
Expand Down
1 change: 1 addition & 0 deletions css/css-backgrounds/background-repeat-space-3.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<link rel="help" href="https://www.w3.org/TR/css3-background/#background-repeat">
<link rel="match" href="background-repeat-space-3-ref.html">
<meta name="assert" content="Test checks whether background-repeat: 'no-repeat space' and 'space no-repeat' works correctly or not.">
<meta name="fuzzy" content="maxDifference=0-52; totalPixels=0-5300">
<style type="text/css">
.outer {
width: 106px;
Expand Down
1 change: 1 addition & 0 deletions css/css-backgrounds/background-repeat-space-4.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<link rel="help" href="https://www.w3.org/TR/css3-background/#background-repeat">
<link rel="match" href="background-repeat-space-4-ref.html">
<meta name="assert" content="Test checks whether background-repeat: 'repeat space' works correctly or not.">
<meta name="fuzzy" content="maxDifference=0-52; totalPixels=0-7905">
<style type="text/css">
.outer {
width: 96px;
Expand Down
1 change: 1 addition & 0 deletions css/css-backgrounds/background-repeat-space-5.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<link rel="help" href="https://www.w3.org/TR/css3-background/#background-repeat">
<link rel="match" href="background-repeat-space-5-ref.html">
<meta name="assert" content="Test checks whether background-repeat: 'space repeat' works correctly or not.">
<meta name="fuzzy" content="maxDifference=0-52; totalPixels=0-7950">
<style type="text/css">
.outer {
width: 106px;
Expand Down
1 change: 1 addition & 0 deletions css/css-backgrounds/background-repeat-space-6.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<link rel="help" href="https://www.w3.org/TR/css3-background/#background-repeat">
<link rel="match" href="background-repeat-space-6-ref.html">
<meta name="assert" content="Test checks whether background-repeat: 'round space' works correctly or not.">
<meta name="fuzzy" content="maxDifference=0-48; totalPixels=0-15780">
<style type="text/css">
.outer {
width: 192px;
Expand Down
1 change: 1 addition & 0 deletions css/css-backgrounds/background-repeat-space-7.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<link rel="help" href="https://www.w3.org/TR/css3-background/#background-repeat">
<link rel="match" href="background-repeat-space-7-ref.html">
<meta name="assert" content="Test checks whether background-repeat: 'space round' works correctly or not.">
<meta name="fuzzy" content="maxDifference=0-48; totalPixels=0-15878">
<style type="text/css">
.outer {
width: 106px;
Expand Down
1 change: 1 addition & 0 deletions css/css-backgrounds/background-repeat-space-8.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<link rel="author" title="Mozilla" href="https://www.mozilla.org">
<link rel="help" href="https://www.w3.org/TR/css3-background/#background-repeat">
<link rel="match" href="background-repeat-space-8-ref.html">
<meta name="fuzzy" content="maxDifference=0-48; totalPixels=0-15880" />
<meta name="assert" content="Test checks whether background-repeat: 'space' works correctly or not.">
<style type="text/css">
.outer {
Expand Down
1 change: 1 addition & 0 deletions css/css-backgrounds/background-repeat-space-9.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<link rel="help" href="https://www.w3.org/TR/css3-background/#background-repeat">
<link rel="match" href="background-repeat-space-9-ref.html">
<meta name="assert" content="Test checks whether background-repeat: 'space' works correctly or not.">
<meta name="fuzzy" content="maxDifference=0-52; totalPixels=0-981">
<style type="text/css">
.outer {
width: 106px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<link rel="help" href="http://www.w3.org/TR/css3-background/#the-background-repeat" />
<meta name="flags" content="image" />
<meta name="assert" content="The 'background-repeat: space' declaration must space out images in one or more dimensions so they fit a whole number of times in the background positioning area. The first and last images in each row and column must sit along edge(s) of the background positioning area." />
<meta name="fuzzy" content="maxDifference=0-53; totalPixels=0-2796" />
<style type="text/css">
<![CDATA[
div {
Expand Down
1 change: 1 addition & 0 deletions css/css-backgrounds/background-rounded-image-clip.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>Background Clip Follows Rounded Corner</title>
<meta name="fuzzy" content="maxDifference=0-1; totalPixels=0-18461">
<link rel="match" href="reference/background-rounded-image-clip.html">
<link rel="help" href="https://drafts.csswg.org/css-backgrounds-3/#corner-clipping">
<style>
Expand Down
1 change: 1 addition & 0 deletions css/css-backgrounds/background-size-027.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

<meta name="flags" content="image">
<meta name="assert" content="Check if 'background-size' is '52px auto' and 'background-repeat' is 'repeat round', then the width of the corresponding background image is 52px and then repeated while the height is first rescaled from 100px to 52px to keep the original image aspect ratio and then to 60px due to 'round'.">
<meta name="fuzzy" content="maxDifference=0-1; totalPixels=0-193">
<style>
div {
background-color: red;
Expand Down
1 change: 1 addition & 0 deletions css/css-backgrounds/border-image-repeat-space-1.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<link rel="help" href="https://www.w3.org/TR/css3-background/#the-border-image-repeat">
<link rel="match" href="border-image-repeat-space-1-ref.html">
<meta name="assert" content="The test checks whether border-image-repeat: 'space' uses the correct formula when a single image fits.">
<meta name="fuzzy" content="maxDifference=0-27; totalPixels=0-800">
<style type="text/css">
.outer {
position: absolute;
Expand Down
1 change: 1 addition & 0 deletions css/css-backgrounds/border-image-repeat-space-3.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<link rel="help" href="https://www.w3.org/TR/css3-background/#the-border-image-repeat">
<link rel="match" href="border-image-repeat-space-3-ref.html">
<meta name="assert" content="The test checks whether border-image-repeat: 'space' uses the correct formula when multiple images fit.">
<meta name="fuzzy" content="maxDifference=0-27; totalPixels=0-1600">
<style type="text/css">
.outer {
position: absolute;
Expand Down
1 change: 1 addition & 0 deletions css/css-backgrounds/border-image-repeat-space-7.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<link rel="help" href="https://www.w3.org/TR/css3-background/#the-border-image-repeat">
<link rel="match" href="border-image-repeat-space-7-ref.html">
<meta name="assert" content="The test checks whether border-image-repeat: 'space' with 'fill' uses the correct formula when multiple image fit.">
<meta name="fuzzy" content="maxDifference=0-53; totalPixels=0-2320">
<style type="text/css">
.outer {
position: absolute;
Expand Down
1 change: 1 addition & 0 deletions css/css-backgrounds/css-box-shadow-001.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<link rel="help" href="http://www.w3.org/TR/css3-background/#the-box-shadow">
<link rel="help" href="http://www.w3.org/TR/css3-background/#the-border-radius">
<link rel="match" href="reference/css-box-shadow-ref-001.html">
<meta name="fuzzy" content="maxDifference=0-52; totalPixels=0-138">
<style type="text/css">
.greenSquare-shadow{
position: absolute;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<link rel="help" href="https://drafts.csswg.org/css-backgrounds/#first-line-background">
<link rel="help" href="https://drafts.csswg.org/css-pseudo-4/#first-line-inheritance">
<link rel="match" href="linear-gradient-currentcolor-first-line-ref.html">
<meta name="fuzzy" content="maxDifference=0-1; totalPixels=0-244">
<style>
div { color: red; }
div::first-line { color: green; }
Expand Down
1 change: 1 addition & 0 deletions css/css-flexbox/align-content-001.htm
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<link rel="help" href="http://www.w3.org/TR/css-flexbox-1/#align-content-property" />
<link rel="match" href="reference/align-content-001-ref.html" />
<meta name="assert" content="This test checks that a multi-line flex container with 'align-content: center' centers lines in the flex container." />
<meta name="fuzzy" content="maxDifference=0-1; totalPixels=0-5709" />
<style type="text/css">
#flexbox
{
Expand Down
1 change: 1 addition & 0 deletions css/css-flexbox/align-content-002.htm
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<link rel="help" href="http://www.w3.org/TR/css-flexbox-1/#align-content-property" />
<link rel="match" href="reference/align-content-001-ref.html" />
<meta name="assert" content="This test checks that a multi-line flex container with 'align-content: flex-start' packs lines toward the start of the flex container." />
<meta name="fuzzy" content="maxDifference=0-1; totalPixels=0-5708" />
<style type="text/css">
#flexbox
{
Expand Down
1 change: 1 addition & 0 deletions css/css-flexbox/align-content-003.htm
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<link rel="help" href="http://www.w3.org/TR/css-flexbox-1/#align-content-property" />
<link rel="match" href="reference/align-content-001-ref.html" />
<meta name="assert" content="This test checks that a multi-line flex container with 'align-content: flex-end' packs lines toward the end of the flex container." />
<meta name="fuzzy" content="maxDifference=0-1; totalPixels=0-5708" />
<style type="text/css">
#flexbox
{
Expand Down
1 change: 1 addition & 0 deletions css/css-flexbox/align-content-004.htm
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<link rel="help" href="http://www.w3.org/TR/css-flexbox-1/#align-content-property" />
<link rel="match" href="reference/align-content-001-ref.html" />
<meta name="assert" content="This test checks that a multi-line flex container with 'align-content: space-between' distributes lines evenly in the flex container." />
<meta name="fuzzy" content="maxDifference=0-1; totalPixels=0-4415" />
<style type="text/css">
#flexbox
{
Expand Down
1 change: 1 addition & 0 deletions css/css-flexbox/align-content-005.htm
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<link rel="help" href="http://www.w3.org/TR/css-flexbox-1/#align-content-property" />
<link rel="match" href="reference/align-content-001-ref.html" />
<meta name="assert" content="This test checks that a multi-line flex container with 'align-content: space-around' distributes lines evenly in the flex container, with half-size spaces on either end." />
<meta name="fuzzy" content="maxDifference=0-1; totalPixels=0-6649" />
<style type="text/css">
#flexbox
{
Expand Down
1 change: 1 addition & 0 deletions css/css-flexbox/align-items-001.htm
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<link rel="help" href="http://www.w3.org/TR/css-flexbox-1/#align-items-property" />
<link rel="match" href="reference/align-content-001-ref.html" />
<meta name="assert" content="This test checks that the flex container with 'align-items: center' centers each flex item's margin box in the cross-axis of its line." />
<meta name="fuzzy" content="maxDifference=0-1; totalPixels=0-5709" />
<style type="text/css">
#flexbox
{
Expand Down
1 change: 1 addition & 0 deletions css/css-flexbox/align-items-002.htm
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<link rel="help" href="http://www.w3.org/TR/css-flexbox-1/#align-items-property" />
<link rel="match" href="reference/align-content-001-ref.html" />
<meta name="assert" content="This test checks that the flex container with 'align-items: flex-start' places each flex item's margin box flush with the cross-start edge of line." />
<meta name="fuzzy" content="maxDifference=0-1; totalPixels=0-5834" />
<style type="text/css">
#flexbox
{
Expand Down
1 change: 1 addition & 0 deletions css/css-flexbox/align-items-003.htm
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<link rel="help" href="http://www.w3.org/TR/css-flexbox-1/#align-items-property" />
<link rel="match" href="reference/align-content-001-ref.html" />
<meta name="assert" content="This test checks that the flex container with 'align-items: flex-end' places each flex item's margin box flush with the cross-end edge of line." />
<meta name="fuzzy" content="maxDifference=0-1; totalPixels=0-5820" />
<style type="text/css">
#flexbox
{
Expand Down
1 change: 1 addition & 0 deletions css/css-flexbox/align-items-004.htm
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<link rel="match" href="reference/align-content-001-ref.html" />
<meta name="flags" content="ahem">
<meta name="assert" content="This test checks that the flex container with 'align-items: baseline' places each flex item's margin box so that their baselines align." />
<meta name="fuzzy" content="maxDifference=0-1; totalPixels=0-5868" />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
#flexbox
Expand Down
1 change: 1 addition & 0 deletions css/css-flexbox/justify-content-001.htm
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<link rel="match" href="reference/justify-content-001-ref.html">
<meta name="flags" content="image">
<meta name="assert" content="This test checks that the flex container with 'justify-content: center' centers flex items in the main axis of each line." />
<meta name="fuzzy" content="maxDifference=0-1; totalPixels=0-5810" />
<style type="text/css">
#flexbox
{
Expand Down
1 change: 1 addition & 0 deletions css/css-flexbox/justify-content-002.htm
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
<link rel="help" href="http://www.w3.org/TR/css-flexbox-1/#justify-content-property" />
<link rel="match" href="reference/justify-content-001-ref.html">
<meta name="fuzzy" content="maxDifference=0-1; totalPixels=0-6578" />
<meta name="flags" content="image">
<meta name="assert" content="This test checks that the flex container with 'justify-content: flex-start' packs flex items toward the start of the main axis of each line." />
<style type="text/css">
Expand Down
1 change: 1 addition & 0 deletions css/css-flexbox/justify-content-004.htm
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<link rel="match" href="reference/justify-content-001-ref.html">
<meta name="flags" content="image">
<meta name="assert" content="This test checks that the flex container with 'justify-content: space-between' evenly distributes flex items in the main axis of each line." />
<meta name="fuzzy" content="maxDifference=0-1; totalPixels=0-5838" />
<style type="text/css">
#flexbox
{
Expand Down
1 change: 1 addition & 0 deletions css/css-flexbox/justify-content-005.htm
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<link rel="match" href="reference/justify-content-001-ref.html">
<meta name="flags" content="image">
<meta name="assert" content="This test checks that the flex container with 'justify-content: space-around' evenly distributes flex items in the main axis of each line, with half-size spaces on either end." />
<meta name="fuzzy" content="maxDifference=0-1; totalPixels=0-5802" />
<style type="text/css">
#flexbox
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1656281">
<link rel="help" href="https://github.com/w3c/csswg-drafts/issues/6286#issuecomment-866986544">
<link rel="match" href="grid-item-aspect-ratio-stretch-2-ref.html">
<meta name="fuzzy" content="maxDifference=0-1; totalPixels=0-2">
<style>
body {
line-height: 0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1149627">
<link rel="help" href="https://drafts.csswg.org/css-grid/#algo-flex-tracks">
<link rel="match" href="../../reference/ref-filled-green-100px-square.xht">
<meta name="fuzzy" content="maxDifference=0-1; totalPixels=0-3958">
<style>
.grid {
display: inline-grid;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<!DOCTYPE html>
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1149627">
<link rel="match" href="../../reference/ref-filled-green-100px-square.xht">
<meta name="fuzzy" content="maxDifference=0-1; totalPixels=0-3958">
<style>
.grid {
display: inline-grid;
Expand Down
1 change: 1 addition & 0 deletions css/css-images/gradients-with-border.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<link rel="help" href="https://drafts.csswg.org/css-images-3/#gradients">
<meta name="assert" content="Correct placement and rendering of gradients inside elements with borders.">
<link rel="match" href="gradients-with-border-ref.html">
<meta name="fuzzy" content="maxDifference=0-2; totalPixels=0-10955">
<style>
.test {
width: 200px;
Expand Down
1 change: 1 addition & 0 deletions css/css-images/multiple-position-color-stop-linear.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<link rel="help" href="https://drafts.csswg.org/css-images-4/#color-stop-syntax">
<meta name="assert" content="A color stop with two positions create a hard transition">
<link rel="match" href="reference/100x100-blue-green.html">
<meta name="fuzzy" content="maxDifference=0-1; totalPixels=0-3665">
<style>
#target {
width: 100px;
Expand Down
1 change: 1 addition & 0 deletions css/css-images/repeating-conic-gradient.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<link rel="help" href="https://drafts.csswg.org/css-images-4/#conic-gradients">
<meta name="assert" content="Rendering of repeating-conic-gradient">
<link rel="match" href="repeating-conic-gradient-ref.html">
<meta name="fuzzy" content="maxDifference=0-47; totalPixels=0-40000">
<style>
#gradient {
width: 200px;
Expand Down
1 change: 1 addition & 0 deletions css/css-images/tiled-radial-gradients.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<link rel="help" href="https://drafts.csswg.org/css-backgrounds-3/#propdef-background-size">
<meta name="assert" content="Gradients are correctly repeated.">
<link rel="match" href="tiled-radial-gradients-ref.html">
<meta name="fuzzy" content="maxDifference=0-2; totalPixels=0-4060">
<style>
body {
margin: 0px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<html class="reftest-wait">
<link rel="help" href="https://drafts.csswg.org/css-shapes-1/#basic-shape-interpolation">
<link rel="match" href="clip-path-animation-filter-ref.html">
<meta name="fuzzy" content="maxDifference=0-1; totalPixels=0-38">
<style>
.container {
width: 100px;
Expand Down
1 change: 1 addition & 0 deletions css/css-masking/mask-image/mask-image-clip-exclude.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<link rel="author" href="mailto:emilio@crisal.io" title="Emilio Cobos Álvarez">
<link rel="author" href="https://mozilla.org" title="Mozilla">
<link rel="match" href="mask-image-clip-exclude-ref.html">
<meta name="fuzzy" content="maxDifference=0-1; totalPixels=0-1764">
<title>mask-image + mask-clip + mask-composite: exclude on different background boxes</title>
<style>
div {
Expand Down
Loading

0 comments on commit 50ee1c7

Please sign in to comment.