зеркало из 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>
|
||||
.flexContainer {
|
||||
display: inline-block;
|
||||
flex-wrap: wrap;
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
background: lightblue;
|
||||
|
|
|
@ -16,7 +16,6 @@
|
|||
<style>
|
||||
.flexContainer {
|
||||
display: inline-block;
|
||||
flex-wrap: wrap;
|
||||
width: 40px;
|
||||
/* 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
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
div.flexbox {
|
||||
border: 1px dashed blue;
|
||||
font-size: 10px;
|
||||
flex-direction: column;
|
||||
margin-bottom: 2px;
|
||||
}
|
||||
div.a, div.b, div.c { float: left }
|
||||
|
|
|
@ -13,7 +13,6 @@
|
|||
float: left;
|
||||
border: 1px dashed blue;
|
||||
font-size: 10px;
|
||||
flex-direction: column;
|
||||
margin-right: 2px;
|
||||
}
|
||||
div.a {
|
||||
|
|
Загрузка…
Ссылка в новой задаче