diff options
Diffstat (limited to 'tests/wpt/web-platform-tests/css/css-multicol/multicol-span-all-003.xht')
-rw-r--r-- | tests/wpt/web-platform-tests/css/css-multicol/multicol-span-all-003.xht | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/wpt/web-platform-tests/css/css-multicol/multicol-span-all-003.xht b/tests/wpt/web-platform-tests/css/css-multicol/multicol-span-all-003.xht index 9986f930ce4..fb4a508f50a 100644 --- a/tests/wpt/web-platform-tests/css/css-multicol/multicol-span-all-003.xht +++ b/tests/wpt/web-platform-tests/css/css-multicol/multicol-span-all-003.xht @@ -26,6 +26,8 @@ column-count: 4; column-gap: 0; + orphans: 1; + widows: 1; } h4 @@ -45,4 +47,4 @@ 1 22 1 22 1 1 333 1 333 1 333 55555 1 22 1 22 1 1 22 1 22 1 22 55555 1 333 1 333 1 4444 4444 1 55555 1 333 1 333 1 4444 4444 1 55555 </div> </body> -</html>
\ No newline at end of file +</html> |