From 0d1bbaf8515486f9fa089f6f8521578fc5e3fd7d Mon Sep 17 00:00:00 2001 From: Morten Stenshorne Date: Tue, 13 Nov 2018 13:42:23 +0000 Subject: [PATCH] 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 Commit-Queue: Morten Stenshorne Cr-Commit-Position: refs/heads/master@{#607211} -- wpt-commits: 0d4f539f5d4c7272c9fe07bd204674b207e4a979 wpt-pr: 14021 --- .../tests/css/css-multicol/multicol-margin-003.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/testing/web-platform/tests/css/css-multicol/multicol-margin-003.html b/testing/web-platform/tests/css/css-multicol/multicol-margin-003.html index 769bcc79259c..b509d2eed75a 100644 --- a/testing/web-platform/tests/css/css-multicol/multicol-margin-003.html +++ b/testing/web-platform/tests/css/css-multicol/multicol-margin-003.html @@ -17,6 +17,8 @@ column-count: 2; column-gap: 0; margin-bottom: 0; + orphans: 1; + widows: 1; } article div:last-child {