зеркало из https://github.com/mozilla/gecko-dev.git
(no bug) Drop bogus 'flex-wrap' / 'flex-direction' declarations from non-flex-container style rules, in reftest reference cases. (test-only)
This commit is contained in:
Родитель
8a5a27ce21
Коммит
1aebee096a
|
@ -16,7 +16,6 @@
|
||||||
<style>
|
<style>
|
||||||
.flexContainer {
|
.flexContainer {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
flex-wrap: wrap;
|
|
||||||
width: 40px;
|
width: 40px;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
background: lightblue;
|
background: lightblue;
|
||||||
|
|
|
@ -16,7 +16,6 @@
|
||||||
<style>
|
<style>
|
||||||
.flexContainer {
|
.flexContainer {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
flex-wrap: wrap;
|
|
||||||
width: 40px;
|
width: 40px;
|
||||||
/* Split testcase's 40px height into 20px of padding-top and 20px of
|
/* Split testcase's 40px height into 20px of padding-top and 20px of
|
||||||
height, to set aside space for the testcase's (invisible) second line
|
height, to set aside space for the testcase's (invisible) second line
|
||||||
|
|
|
@ -12,7 +12,6 @@
|
||||||
div.flexbox {
|
div.flexbox {
|
||||||
border: 1px dashed blue;
|
border: 1px dashed blue;
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
flex-direction: column;
|
|
||||||
margin-bottom: 2px;
|
margin-bottom: 2px;
|
||||||
}
|
}
|
||||||
div.a, div.b, div.c { float: left }
|
div.a, div.b, div.c { float: left }
|
||||||
|
|
|
@ -13,7 +13,6 @@
|
||||||
float: left;
|
float: left;
|
||||||
border: 1px dashed blue;
|
border: 1px dashed blue;
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
flex-direction: column;
|
|
||||||
margin-right: 2px;
|
margin-right: 2px;
|
||||||
}
|
}
|
||||||
div.a {
|
div.a {
|
||||||
|
|
Загрузка…
Ссылка в новой задаче