Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit 330f3ac

Browse files
committed
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
1 parent d0644e9 commit 330f3ac

File tree

6 files changed

+4
-10
lines changed

6 files changed

+4
-10
lines changed

testing/web-platform/meta/css/css-flexbox/flexbox-align-self-vert-001.xhtml.ini

Lines changed: 0 additions & 3 deletions
This file was deleted.

testing/web-platform/meta/css/css-flexbox/flexbox-align-self-vert-rtl-001.xhtml.ini

Lines changed: 0 additions & 3 deletions
This file was deleted.

testing/web-platform/tests/css/css-flexbox/flexbox-align-self-vert-001-ref.xhtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<link rel="author" title="Daniel Holbert" href="mailto:[email protected]"/>
1313
<style>
1414
.flexbox {
15-
border: 1px dashed blue;
15+
border: 1px solid blue;
1616
width: 200px;
1717
font-size: 10px;
1818
}

testing/web-platform/tests/css/css-flexbox/flexbox-align-self-vert-001.xhtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<link rel="match" href="flexbox-align-self-vert-001-ref.xhtml"/>
1414
<style>
1515
.flexbox {
16-
border: 1px dashed blue;
16+
border: 1px solid blue;
1717
width: 200px;
1818
display: flex;
1919
flex-direction: column;

testing/web-platform/tests/css/css-flexbox/flexbox-align-self-vert-rtl-001-ref.xhtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<link rel="author" title="Daniel Holbert" href="mailto:[email protected]"/>
1414
<style>
1515
.flexbox {
16-
border: 1px dashed blue;
16+
border: 1px solid blue;
1717
width: 200px;
1818
direction: rtl;
1919
font-family: sans-serif;

testing/web-platform/tests/css/css-flexbox/flexbox-align-self-vert-rtl-001.xhtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<link rel="match" href="flexbox-align-self-vert-rtl-001-ref.xhtml"/>
1515
<style>
1616
.flexbox {
17-
border: 1px dashed blue;
17+
border: 1px solid blue;
1818
width: 200px;
1919
display: flex;
2020
flex-direction: column;

0 commit comments

Comments
 (0)