mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-23 21:17:52 +00:00
(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:
parent
8a5a27ce21
commit
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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user