Bug 1735326 - Use solid rather than dashed border in two flexbox tests. r=dholbert

Longer term fix, I don't think this impacts the validity of the test in
any way and should avoid antialiasing artifacts.

Differential Revision: https://phabricator.services.mozilla.com/D128201
This commit is contained in:
Emilio Cobos Álvarez 2021-10-13 06:31:47 +00:00
Родитель d0644e942f
Коммит 330f3ac802
6 изменённых файлов: 4 добавлений и 10 удалений

Просмотреть файл

@ -1,3 +0,0 @@
[flexbox-align-self-vert-001.xhtml]
fuzzy:
if swgl and (os == "win"): maxDifference=0-2;totalPixels=0-2

Просмотреть файл

@ -1,3 +0,0 @@
[flexbox-align-self-vert-rtl-001.xhtml]
fuzzy:
if swgl and (os == "win"): maxDifference=0-2;totalPixels=0-2

Просмотреть файл

@ -12,7 +12,7 @@
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
<style>
.flexbox {
border: 1px dashed blue;
border: 1px solid blue;
width: 200px;
font-size: 10px;
}

Просмотреть файл

@ -13,7 +13,7 @@
<link rel="match" href="flexbox-align-self-vert-001-ref.xhtml"/>
<style>
.flexbox {
border: 1px dashed blue;
border: 1px solid blue;
width: 200px;
display: flex;
flex-direction: column;

Просмотреть файл

@ -13,7 +13,7 @@
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
<style>
.flexbox {
border: 1px dashed blue;
border: 1px solid blue;
width: 200px;
direction: rtl;
font-family: sans-serif;

Просмотреть файл

@ -14,7 +14,7 @@
<link rel="match" href="flexbox-align-self-vert-rtl-001-ref.xhtml"/>
<style>
.flexbox {
border: 1px dashed blue;
border: 1px solid blue;
width: 200px;
display: flex;
flex-direction: column;