Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Increase fuzziness of tests. Tests were failing locally on the iOS simulator.
https://commits.webkit.org/255658@main
  • Loading branch information
sammygill authored Oct 17, 2022
1 parent 3e00888 commit d82d419
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion css/css-flexbox/align-content-001.htm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +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" />
<meta name="fuzzy" content="maxDifference=0-1; totalPixels=0-6217" />
<style type="text/css">
#flexbox
{
Expand Down
2 changes: 1 addition & 1 deletion css/css-flexbox/align-content-002.htm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +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" />
<meta name="fuzzy" content="maxDifference=0-1; totalPixels=0-6225" />
<style type="text/css">
#flexbox
{
Expand Down
2 changes: 1 addition & 1 deletion css/css-flexbox/align-content-003.htm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +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" />
<meta name="fuzzy" content="maxDifference=0-1; totalPixels=0-6225" />
<style type="text/css">
#flexbox
{
Expand Down
2 changes: 1 addition & 1 deletion css/css-flexbox/align-content-004.htm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +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" />
<meta name="fuzzy" content="maxDifference=0-1; totalPixels=0-4835" />
<style type="text/css">
#flexbox
{
Expand Down
2 changes: 1 addition & 1 deletion css/css-flexbox/align-content-005.htm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +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" />
<meta name="fuzzy" content="maxDifference=0-1; totalPixels=0-7236" />
<style type="text/css">
#flexbox
{
Expand Down
2 changes: 1 addition & 1 deletion css/css-flexbox/align-items-001.htm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +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" />
<meta name="fuzzy" content="maxDifference=0-1; totalPixels=0-6217" />
<style type="text/css">
#flexbox
{
Expand Down
2 changes: 1 addition & 1 deletion css/css-flexbox/align-items-002.htm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +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" />
<meta name="fuzzy" content="maxDifference=0-1; totalPixels=0-6356" />
<style type="text/css">
#flexbox
{
Expand Down
2 changes: 1 addition & 1 deletion css/css-flexbox/align-items-003.htm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +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" />
<meta name="fuzzy" content="maxDifference=0-1; totalPixels=0-6347" />
<style type="text/css">
#flexbox
{
Expand Down
2 changes: 1 addition & 1 deletion css/css-flexbox/align-items-004.htm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +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" />
<meta name="fuzzy" content="maxDifference=0-1; totalPixels=0-6405" />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
#flexbox
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +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">
<meta name="fuzzy" content="maxDifference=0-1; totalPixels=0-4309" />
<style>
.grid {
display: inline-grid;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +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">
<meta name="fuzzy" content="maxDifference=0-1; totalPixels=0-4309" />
<style>
.grid {
display: inline-grid;
Expand Down

0 comments on commit d82d419

Please sign in to comment.