| Index: LayoutTests/fast/multicol/newmulticol/leading-and-trailing-margin.html
|
| diff --git a/LayoutTests/fast/multicol/newmulticol/leading-and-trailing-margin.html b/LayoutTests/fast/multicol/newmulticol/leading-and-trailing-margin.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..dc1a8e4da796bd8077393b3d846c1ac80a6f60ca
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/multicol/newmulticol/leading-and-trailing-margin.html
|
| @@ -0,0 +1,16 @@
|
| +<!DOCTYPE html>
|
| +<html>
|
| + <head>
|
| + <title>Leading and trailing margin</title>
|
| + <script>
|
| + if (window.internals)
|
| + internals.settings.setRegionBasedColumnsEnabled(true);
|
| + </script>
|
| + </head>
|
| + <body>
|
| + <p>There should be no scrollbars.</p>
|
| + <div style="-webkit-columns:3; columns:3;">
|
| + <div style="margin-top:1em; margin-bottom:10em;"> </div>
|
| + </div>
|
| + </body>
|
| +</html>
|
|
|