| Index: LayoutTests/fast/multicol/newmulticol/fixed-height-fill-balance-expected.html
 | 
| diff --git a/LayoutTests/fast/multicol/newmulticol/fixed-height-fill-balance-expected.html b/LayoutTests/fast/multicol/newmulticol/fixed-height-fill-balance-expected.html
 | 
| new file mode 100644
 | 
| index 0000000000000000000000000000000000000000..8c52ddca9c9be4aa62ba4774e5fa05d4208a1449
 | 
| --- /dev/null
 | 
| +++ b/LayoutTests/fast/multicol/newmulticol/fixed-height-fill-balance-expected.html
 | 
| @@ -0,0 +1,14 @@
 | 
| +<!DOCTYPE html>
 | 
| +<html>
 | 
| +  <head>
 | 
| +    <title>balancing fixed-height multicol</title>
 | 
| +    <script>
 | 
| +      if (window.internals)
 | 
| +        internals.settings.setRegionBasedColumnsEnabled(true);
 | 
| +    </script>
 | 
| +  </head>
 | 
| +  <body style="color:black; background:white;">
 | 
| +    <p>Below there should be a blue box horizontally centered on the page.</p>
 | 
| +    <div style="width:5em; margin:auto; color:blue; background:blue;">line</div>
 | 
| +  </body>
 | 
| +</html>
 | 
| 
 |