| Index: LayoutTests/fast/multicol/newmulticol/leading-margin.html
|
| diff --git a/LayoutTests/fast/multicol/newmulticol/leading-margin.html b/LayoutTests/fast/multicol/newmulticol/leading-margin.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..db87644e9618254917e5c7eceaa46ce7171c8bec
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/multicol/newmulticol/leading-margin.html
|
| @@ -0,0 +1,21 @@
|
| +<!DOCTYPE html>
|
| +<html>
|
| + <head>
|
| + <title>Leading margins</title>
|
| + <script>
|
| + if (window.internals)
|
| + internals.settings.setRegionBasedColumnsEnabled(true);
|
| + </script>
|
| + <style>
|
| + .test { margin-top:100px; border:2px solid transparent; }
|
| + </style>
|
| + </head>
|
| + <body>
|
| + <p>There should be no scrollbars.</p>
|
| + <div style="-webkit-column-count:2; column-count:2;">
|
| + <div class="test"></div>
|
| + <div class="test"></div>
|
| + <div class="test"></div>
|
| + </div>
|
| + </body>
|
| +</html>
|
|
|