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:
Morten Stenshorne 2018-11-13 13:42:23 +00:00 коммит произвёл moz-wptsync-bot
Родитель 088c3bf25f
Коммит 0d1bbaf851
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -17,6 +17,8 @@
column-count: 2;
column-gap: 0;
margin-bottom: 0;
orphans: 1;
widows: 1;
}
article div:last-child {