Bug 1015482 part 2: Adjust sizes in some flexbox reftests so that min-width:auto won't affect their rendering. r=mats

This commit is contained in:
Daniel Holbert 2014-06-02 15:15:13 -07:00
Родитель 96b4def09f
Коммит 70e115555a
11 изменённых файлов: 11 добавлений и 11 удалений

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

@ -7,7 +7,7 @@
.multicol { .multicol {
height: 10px; height: 10px;
width: 100px; width: 100px;
-moz-column-width: 20px; -moz-column-width: 30px;
-moz-column-fill: auto; -moz-column-fill: auto;
border: 2px solid orange; border: 2px solid orange;
margin-bottom: 15px; /* (just for spacing between testcases) */ margin-bottom: 15px; /* (just for spacing between testcases) */

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

@ -11,7 +11,7 @@
.multicol { .multicol {
height: 10px; height: 10px;
width: 100px; width: 100px;
-moz-column-width: 20px; -moz-column-width: 30px;
-moz-column-fill: auto; -moz-column-fill: auto;
border: 2px solid orange; border: 2px solid orange;
margin-bottom: 15px; /* (just for spacing between testcases) */ margin-bottom: 15px; /* (just for spacing between testcases) */

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

@ -10,7 +10,7 @@
.multicol { .multicol {
height: 10px; height: 10px;
width: 100px; width: 100px;
-moz-column-width: 20px; -moz-column-width: 30px;
-moz-column-fill: auto; -moz-column-fill: auto;
border: 2px solid orange; border: 2px solid orange;
margin-bottom: 15px; /* (just for spacing between testcases) */ margin-bottom: 15px; /* (just for spacing between testcases) */

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

@ -11,7 +11,7 @@
.multicol { .multicol {
height: 10px; height: 10px;
width: 100px; width: 100px;
-moz-column-width: 20px; -moz-column-width: 30px;
-moz-column-fill: auto; -moz-column-fill: auto;
border: 2px solid orange; border: 2px solid orange;
margin-bottom: 15px; /* (just for spacing between testcases) */ margin-bottom: 15px; /* (just for spacing between testcases) */

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

@ -10,7 +10,7 @@
.multicol { .multicol {
height: 10px; height: 10px;
width: 100px; width: 100px;
-moz-column-width: 20px; -moz-column-width: 30px;
-moz-column-fill: auto; -moz-column-fill: auto;
border: 2px solid orange; border: 2px solid orange;
margin-bottom: 15px; /* (just for spacing between testcases) */ margin-bottom: 15px; /* (just for spacing between testcases) */

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

@ -11,7 +11,7 @@
.multicol { .multicol {
height: 10px; height: 10px;
width: 100px; width: 100px;
-moz-column-width: 20px; -moz-column-width: 30px;
-moz-column-fill: auto; -moz-column-fill: auto;
border: 2px solid orange; border: 2px solid orange;
margin-bottom: 15px; /* (just for spacing between testcases) */ margin-bottom: 15px; /* (just for spacing between testcases) */

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

@ -10,7 +10,7 @@
.multicol { .multicol {
height: 10px; height: 10px;
width: 100px; width: 100px;
-moz-column-width: 20px; -moz-column-width: 30px;
-moz-column-fill: auto; -moz-column-fill: auto;
border: 2px solid orange; border: 2px solid orange;
margin-bottom: 15px; /* (just for spacing between testcases) */ margin-bottom: 15px; /* (just for spacing between testcases) */

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

@ -11,7 +11,7 @@
.multicol { .multicol {
height: 10px; height: 10px;
width: 100px; width: 100px;
-moz-column-width: 20px; -moz-column-width: 30px;
-moz-column-fill: auto; -moz-column-fill: auto;
border: 2px solid orange; border: 2px solid orange;
margin-bottom: 15px; /* (just for spacing between testcases) */ margin-bottom: 15px; /* (just for spacing between testcases) */

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

@ -10,7 +10,7 @@
.multicol { .multicol {
height: 10px; height: 10px;
width: 100px; width: 100px;
-moz-column-width: 20px; -moz-column-width: 30px;
-moz-column-fill: auto; -moz-column-fill: auto;
border: 2px solid orange; border: 2px solid orange;
margin-bottom: 15px; /* (just for spacing between testcases) */ margin-bottom: 15px; /* (just for spacing between testcases) */

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

@ -24,7 +24,7 @@
height: 15px; height: 15px;
border: 1px dotted teal; border: 1px dotted teal;
margin: 1px; margin: 1px;
font: 10px; font: 10px serif;
float: left; float: left;
} }
</style> </style>

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

@ -28,7 +28,7 @@
height: 15px; height: 15px;
border: 1px dotted teal; border: 1px dotted teal;
margin: 1px; margin: 1px;
font: 10px; font: 10px serif;
} }
</style> </style>
</head> </head>