зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1506567 [wpt PR 14021] - Set orphans and widows to 1 in new multicol test., a=testonly
Automatic update from web-platform-testsSet orphans and widows to 1 in new multicol test. The test left orphans / widows at their initial value (2), but did assume that we could freely break wherever we wanted. Blink honors orphans and widows requirements inside multicol containers, so set them to 1, to get the behavior that the test expects. Bug: 904263 Change-Id: Ia138da5c65b1c5da450441f38e033320bc983a94 Reviewed-on: https://chromium-review.googlesource.com/c/1331389 Reviewed-by: Rune Lillesveen <futhark@chromium.org> Commit-Queue: Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#607211} -- wpt-commits: 0d4f539f5d4c7272c9fe07bd204674b207e4a979 wpt-pr: 14021
This commit is contained in:
Родитель
088c3bf25f
Коммит
0d1bbaf851
|
@ -17,6 +17,8 @@
|
|||
column-count: 2;
|
||||
column-gap: 0;
|
||||
margin-bottom: 0;
|
||||
orphans: 1;
|
||||
widows: 1;
|
||||
}
|
||||
|
||||
article div:last-child {
|
||||
|
|
Загрузка…
Ссылка в новой задаче