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
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-view-transitions-1/">
<link rel="author" href="mailto:[email protected]">
<link rel="match" href="root-scrollbar-with-fixed-background-ref.html">
<meta name="fuzzy" content="maxDifference=0-2; totalPixels=0-4500">
<meta name="fuzzy" content="maxDifference=0-2; totalPixels=0-4737">

<script src="/common/rendering-utils.js"></script>
<script src="/common/reftest-wait.js"></script>
Expand Down
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-view-transitions-1/">
<link rel="author" href="mailto:[email protected]">
<link rel="match" href="root-scrollbar-with-fixed-background-ref.html">
<meta name="fuzzy" content="maxDifference=0-2; totalPixels=0-4500">
<meta name="fuzzy" content="maxDifference=0-2; totalPixels=0-4737">

<script src="/common/rendering-utils.js"></script>
<script src="/common/reftest-wait.js"></script>
Expand Down
1 change: 1 addition & 0 deletions css/filter-effects/css-filters-animation-opacity.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<link rel="help" href="http://www.w3.org/TR/css3-animations/#animations">
<link rel="match" href="css-filters-animation-opacity-ref.html">
<meta name="assert" content="The black square should be gray">
<meta name="fuzzy" content="maxDifference=0-1; totalPixels=0-10000">
<style type="text/css">
@keyframes animate {
0% {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<link rel="help" href="https://drafts.fxtf.org/filter-effects-1/#FilterCSSImageValue">
<link rel="author" title="Tim Nguyen" href="https://github.com/nt1m">
<link rel="match" href="filter-function-conic-gradient-ref.html">
<meta name="fuzzy" content="maxDifference=0-107; totalPixels=0-159175">
<style>
div {
background-image: filter(conic-gradient(red, orange), invert(1));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<link rel="help" href="https://drafts.fxtf.org/filter-effects-1/#FilterCSSImageValue">
<link rel="author" title="Tim Nguyen" href="https://github.com/nt1m">
<link rel="match" href="filter-function-linear-gradient-ref.html">
<meta name="fuzzy" content="maxDifference=0-2; totalPixels=0-86329">
<style>
div {
background-image: filter(linear-gradient(red, orange), invert(1));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<link rel="help" href="https://drafts.fxtf.org/filter-effects-1/#FilterCSSImageValue">
<link rel="author" title="Tim Nguyen" href="https://github.com/nt1m">
<link rel="match" href="filter-function-radial-gradient-ref.html">
<meta name="fuzzy" content="maxDifference=0-2; totalPixels=0-90455">
<style>
div {
background-image: filter(radial-gradient(red, orange), invert(1));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<link rel="help" href="https://drafts.fxtf.org/filter-effects-1/#FilterCSSImageValue">
<link rel="author" title="Tim Nguyen" href="https://github.com/nt1m">
<link rel="match" href="filter-function-repeating-conic-gradient-ref.html">
<meta name="fuzzy" content="maxDifference=0-255; totalPixels=0-107939">
<style>
div {
background-image: filter(repeating-conic-gradient(red, red 5%, black 5%, black 10%), invert(1));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<link rel="help" href="https://drafts.fxtf.org/filter-effects-1/#FilterCSSImageValue">
<link rel="author" title="Tim Nguyen" href="https://github.com/nt1m">
<link rel="match" href="filter-function-repeating-linear-gradient-ref.html">
<meta name="fuzzy" content="maxDifference=0-1; totalPixels=0-53860">
<style>
div {
background-image: filter(repeating-linear-gradient(red, red 10px, black 10px, black 20px), invert(1));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<link rel="help" href="https://drafts.fxtf.org/filter-effects-1/#FilterCSSImageValue">
<link rel="author" title="Tim Nguyen" href="https://github.com/nt1m">
<link rel="match" href="filter-function-repeating-radial-gradient-ref.html">
<meta name="fuzzy" content="maxDifference=0-255; totalPixels=0-56745">
<style>
div {
background-image: filter(repeating-radial-gradient(red, red 10px, black 10px, black 20px), invert(1));
Expand Down