зеркало из https://github.com/mozilla/gecko-dev.git
Bug 880104 part 2: Replace -moz-*-content with the (known) fixed length that it computes to in some flexbox reftest files. rs=dbaron
This commit is contained in:
Родитель
50af01d68e
Коммит
04e0fa600c
|
@ -8,7 +8,7 @@
|
|||
<style>
|
||||
div.flexbox {
|
||||
height: 200px;
|
||||
width: -moz-min-content;
|
||||
width: 22px;
|
||||
float: left;
|
||||
margin-right: 10px;
|
||||
background: lightgreen;
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<style>
|
||||
div.flexbox {
|
||||
height: 200px;
|
||||
width: -moz-min-content;
|
||||
width: 22px;
|
||||
float: left;
|
||||
margin-right: 10px;
|
||||
background: lightgreen;
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<style>
|
||||
div.flexbox {
|
||||
height: 200px;
|
||||
width: -moz-min-content;
|
||||
width: 22px;
|
||||
float: left;
|
||||
margin-right: 10px;
|
||||
background: lightgreen;
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<style>
|
||||
div.flexbox {
|
||||
height: 200px;
|
||||
width: -moz-min-content;
|
||||
width: 22px;
|
||||
float: left;
|
||||
margin-right: 10px;
|
||||
background: lightgreen;
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<style>
|
||||
div.flexbox {
|
||||
height: 200px;
|
||||
width: -moz-min-content;
|
||||
width: 22px;
|
||||
float: left;
|
||||
margin-right: 10px;
|
||||
background: lightgreen;
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<style>
|
||||
div.flexbox {
|
||||
height: 200px;
|
||||
width: -moz-min-content;
|
||||
width: 22px;
|
||||
float: left;
|
||||
margin-right: 10px;
|
||||
background: lightgreen;
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<head>
|
||||
<style>
|
||||
.flexbox {
|
||||
width: -moz-max-content;
|
||||
width: 90px;
|
||||
height: 10px;
|
||||
border: 2px solid gray;
|
||||
margin-bottom: 10px;
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<head>
|
||||
<style>
|
||||
.flexbox {
|
||||
width: -moz-max-content;
|
||||
width: 90px;
|
||||
height: 10px;
|
||||
border: 2px solid gray;
|
||||
display: flex;
|
||||
|
|
Загрузка…
Ссылка в новой задаче