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:
Daniel Holbert 2013-06-06 00:27:36 -07:00
Родитель 50af01d68e
Коммит 04e0fa600c
8 изменённых файлов: 8 добавлений и 8 удалений

Просмотреть файл

@ -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;