| Index: LayoutTests/fast/multicol/newmulticol/break-after.html
|
| diff --git a/LayoutTests/fast/multicol/newmulticol/break-after.html b/LayoutTests/fast/multicol/newmulticol/break-after.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..36dd320ac860ac6b870502ee471c7e78e3c9af20
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/multicol/newmulticol/break-after.html
|
| @@ -0,0 +1,29 @@
|
| +<!DOCTYPE html>
|
| +<html>
|
| + <head>
|
| + <title>auto-height multicol with break</title>
|
| + <script>
|
| + if (window.internals)
|
| + internals.settings.setRegionBasedColumnsEnabled(true);
|
| + </script>
|
| + <style>
|
| + .mc > div { padding:0 0.5em; }
|
| + </style>
|
| + </head>
|
| + <body style="min-width:40em;">
|
| + <div class="mc" style="-webkit-columns:3; -webkit-column-gap:1em; columns:3; column-gap:1em; orphans:1; widows:1; width:32em; background:olive;">
|
| + <div style="-webkit-column-break-after:always; break-after:column;">
|
| + first column<br>
|
| + first column<br>
|
| + first column<br>
|
| + first column<br>
|
| + second column<br>
|
| + second column<br>
|
| + second column<br>
|
| + </div>
|
| + <div>
|
| + third column<br>
|
| + </div>
|
| + </div>
|
| + </body>
|
| +</html>
|
|
|