| Index: LayoutTests/fast/multicol/newmulticol/leading-and-trailing-margin-expected.html
|
| diff --git a/LayoutTests/fast/multicol/newmulticol/leading-and-trailing-margin-expected.html b/LayoutTests/fast/multicol/newmulticol/leading-and-trailing-margin-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..3b087a891a0b2ef5cca69c30a1b4f64d32d3f3b2
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/multicol/newmulticol/leading-and-trailing-margin-expected.html
|
| @@ -0,0 +1,13 @@
|
| +<!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>
|
| + </body>
|
| +</html>
|
|
|