зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
d0644e942f
Коммит
330f3ac802
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче