Skip to content

Commit

Permalink
Fix fuzzy data for various tests (web-platform-tests#34028)
Browse files Browse the repository at this point in the history
* Fix fuzzy data for image-orientation-mask-image.html

* Fix fuzzy data for image-orientation-none-cross-origin-canvas.html

* Fix fuzzy data for image-orientation-none-cross-origin-svg.html

* Remove fuzzy data from image-orientation-none-cross-origin-ref.html

* Remove fuzzy data from image-orientation-none-cross-origin-canvas-ref.html

* Fix fuzzy data for image-orientation-background-properties.html

* Fix fuzzy data for image-orientation-background-properties-border-radius.html

* Fix fuzzy data for image-orientation-none-cross-origin.html

* Fix fuzzy data for svg-image-orientation-aspect-ratio.html

* Remove fuzzy data from density-corrected-image-svg-aspect-ratio.html

* Remove fuzzy data for density-corrected-image-svg-aspect-ratio-cross-origin.sub.html

* Fix fuzzy data for transform-table-009.html

* Fix fuzzy data for transform-table-011.html

* Fix fuzzy data for transform-table-010.html

* Fix fuzzy data for preserve3d-and-filter-with-perspective.html
  • Loading branch information
nt1m authored May 11, 2022
1 parent 37a9931 commit 3ccb128
Show file tree
Hide file tree
Showing 15 changed files with 9 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link rel="author" title="Stephen Chenney" href="mailto:[email protected]">
<link rel="help" href="https://drafts.csswg.org/css-images-3/#propdef-image-orientation">
<link rel="match" href="reference/image-orientation-background-properties-border-radius-ref.html">
<meta name=fuzzy content="10;100">
<meta name=fuzzy content="0-3;0-331">
<style>
div {
position: absolute;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link rel="author" title="Stephen Chenney" href="mailto:[email protected]">
<link rel="help" href="https://drafts.csswg.org/css-images-3/#propdef-image-orientation">
<link rel="match" href="reference/image-orientation-background-properties-ref.html">
<meta name=fuzzy content="10;100">
<meta name=fuzzy content="0-2;0-313">
<style>
div {
position: absolute;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<link rel="author" title="Cameron McCormack" href="mailto:[email protected]">
<link rel="help" href="https://drafts.csswg.org/css-images-3/#propdef-image-orientation">
<link rel="match" href="reference/image-orientation-mask-image-ref.html">
<meta name=fuzzy content="1;22">
<meta name=fuzzy content="0-2;0-26">
<style>
div {
width: 100px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<link rel="author" title="Noam Rosenthal" href="mailto:[email protected]">
<link rel="help" href="https://github.com/w3c/csswg-drafts/issues/5165">
<link rel="match" href="reference/image-orientation-none-cross-origin-canvas-ref.html">
<meta name=fuzzy content="10;100">
<style>
img {display: none}
canvas {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<link rel="author" title="Stephen Chenney" href="mailto:[email protected]">
<link rel="help" href="https://github.com/w3c/csswg-drafts/issues/5165">
<link rel="match" href="reference/image-orientation-none-cross-origin-svg-ref.html">
<meta name=fuzzy content="10;100">
<script src="/common/get-host-info.sub.js"></script>
<script src="/common/reftest-wait.js"></script>
<script src="/common/rendering-utils.js"></script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<link rel="author" title="Noam Rosenthal" href="mailto:[email protected]">
<link rel="help" href="https://github.com/w3c/csswg-drafts/issues/5165">
<link rel="match" href="reference/image-orientation-none-cross-origin-ref.html">
<meta name=fuzzy content="10;100">
<style>
body {
overflow: hidden;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<title>CSS Images Module Level 3: image-orientation: none</title>
<link rel="author" title="Noam Rosenthal" href="mailto:[email protected]">
<link rel="help" href="https://github.com/w3c/csswg-drafts/issues/5165">
<meta name=fuzzy content="10;100">
<style>
body {
overflow: hidden;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<meta charset="utf-8">
<link rel="author" title="Noam Rosenthal" href="mailto:[email protected]">
<link rel="help" href="https://github.com/w3c/csswg-drafts/issues/5165">
<meta name=fuzzy content="10;100">
<style>
body {
overflow: hidden;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link rel="author" title="Stephen Chenney" href="mailto:[email protected]">
<link rel="help" href="https://drafts.csswg.org/css-images-3/#propdef-image-orientation">
<link rel="match" href="reference/svg-image-orientation-aspect-ratio-ref.html">
<meta name=fuzzy content="10;100">
<meta name=fuzzy content="0-3;0-1432">
</head>
<body style="margin:0">
<svg style="width: 600px; height: 600px">
Expand All @@ -23,4 +23,4 @@
<image xlink:href="support/exif-orientation-8-llo.jpg" x="200" y="450" width="150" height="150" preserveAspectRatio="none"></image>
</svg>
</body>
</html>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link rel="help" href="https://drafts.fxtf.org/filter-effects/#FilterProperty">
<meta name="assert" content="The filtered element is rendered correctly without clipping, despite the interesting transform.">
<link rel="match" href="preserve3d-and-filter-with-perspective-ref.html">
<meta name="fuzzy" content="maxDifference=4;totalPixels=26">
<meta name="fuzzy" content="maxDifference=0-4;totalPixels=0-26">


<style>
Expand Down
2 changes: 1 addition & 1 deletion css/css-transforms/transform-table-009.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
&lt;tbody&gt;, so nothing should vanish.">
<link rel="match" href="transform-table-009-ref.html">
<link rel="mismatch" href="transform-table-009-notref.html">
<meta name="fuzzy" content="maxDifference=50;totalPixels=3">
<meta name="fuzzy" content="maxDifference=0-50;totalPixels=0-3">
<style>
table, tbody, tr, td {
margin: 0;
Expand Down
2 changes: 1 addition & 1 deletion css/css-transforms/transform-table-010.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
display (mirrored).">
<link rel="match" href="transform-table-009-ref.html">
<link rel="mismatch" href="transform-table-010-notref.html">
<meta name="fuzzy" content="maxDifference=50;totalPixels=3">
<meta name="fuzzy" content="maxDifference=0-50;totalPixels=0-3">
<style>
body > div {
transform: rotateX(90deg);
Expand Down
2 changes: 1 addition & 1 deletion css/css-transforms/transform-table-011.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
preserve-3d specified, so the text should not vanish.">
<link rel="match" href="transform-table-009-ref.html">
<link rel="mismatch" href="transform-table-011-notref.html">
<meta name="fuzzy" content="maxDifference=50;totalPixels=3">
<meta name="fuzzy" content="maxDifference=0-50;totalPixels=0-3">
<style>
body > div {
transform: rotateX(90deg);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<title>Density Corrected Size: SVG aspect ratio (cross-origin)</title>
<link rel="match" href="density-corrected-image-svg-aspect-ratio-ref.html" />
<meta name="assert" content="Assert that SVG aspect ratio is applied correctly on density-corrected images">
<meta name=fuzzy content="10;100">
</head>
<body>
<svg style="width: 800px; height: 800px">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<link rel="author" title="Noam Rosenthal" href="[email protected]">
<link rel="match" href="density-corrected-image-svg-aspect-ratio-ref.html" />
<meta name="assert" content="Assert that SVG aspect ratio is applied correctly on density-corrected images">
<meta name=fuzzy content="10;100">
</head>
<body>
<svg style="width: 800px; height: 800px">
Expand Down

0 comments on commit 3ccb128

Please sign in to comment.