forked from web-platform-tests/wpt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix fuzzy data for various tests (web-platform-tests#34028)
* 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
Showing
15 changed files
with
9 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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"> | ||
|
@@ -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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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"> | ||
|