Bug 1257688 part 2: Enable "-webkit-box-pack: justify" sections of -webkit-box reftests, & fix reference cases to use 'space-between' (the modern equivalent). (no review)

MozReview-Commit-ID: LIqNUL2oI3T
This commit is contained in:
Daniel Holbert 2016-04-04 18:32:12 -07:00
Родитель 0394b69896
Коммит 7336391a29
5 изменённых файлов: 11 добавлений и 16 удалений

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

@ -28,11 +28,10 @@
/* auto height */
}
.bpstart { justify-content: flex-start; }
.bpcenter { justify-content: center; }
.bpend { justify-content: flex-end; }
.bpjustify { justify-content: justify;
display:none; /* XXXdholbert Disabling until bug 1231682 is fixed */ }
.bpstart { justify-content: flex-start; }
.bpcenter { justify-content: center; }
.bpend { justify-content: flex-end; }
.bpjustify { justify-content: space-between; }
br { clear: both; }
</style>
</head>

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

@ -32,8 +32,7 @@
.bpstart { -webkit-box-pack: start; }
.bpcenter { -webkit-box-pack: center; }
.bpend { -webkit-box-pack: end; }
.bpjustify { -webkit-box-pack: justify;
display:none; /* XXXdholbert Disabling until bug 1231682 is fixed */ }
.bpjustify { -webkit-box-pack: justify; }
br { clear: both; }
</style>
</head>

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

@ -33,8 +33,7 @@
.bpstart { -webkit-box-pack: start; }
.bpcenter { -webkit-box-pack: center; }
.bpend { -webkit-box-pack: end; }
.bpjustify { -webkit-box-pack: justify;
display:none; /* XXXdholbert Disabling until bug 1231682 is fixed */ }
.bpjustify { -webkit-box-pack: justify; }
br { clear: both; }
</style>
</head>

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

@ -29,11 +29,10 @@
/* auto height */
}
.bpstart { justify-content: flex-start; }
.bpcenter { justify-content: center; }
.bpend { justify-content: flex-end; }
.bpjustify { justify-content: justify;
display:none; /* XXXdholbert Disabling until bug 1231682 is fixed */ }
.bpstart { justify-content: flex-start; }
.bpcenter { justify-content: center; }
.bpend { justify-content: flex-end; }
.bpjustify { justify-content: space-between; }
br { clear: both; }
</style>
</head>

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

@ -33,8 +33,7 @@
.bpstart { -webkit-box-pack: start; }
.bpcenter { -webkit-box-pack: center; }
.bpend { -webkit-box-pack: end; }
.bpjustify { -webkit-box-pack: justify;
display:none; /* XXXdholbert Disabling until bug 1231682 is fixed */ }
.bpjustify { -webkit-box-pack: justify; }
br { clear: both; }
</style>
</head>