| Index: LayoutTests/fast/multicol/newmulticol/fixed-height-fill-balance-2-expected.html | 
| diff --git a/LayoutTests/fast/multicol/newmulticol/fixed-height-fill-balance-2-expected.html b/LayoutTests/fast/multicol/newmulticol/fixed-height-fill-balance-2-expected.html | 
| new file mode 100644 | 
| index 0000000000000000000000000000000000000000..d3299f55a51ab31988cd083c9173ac676aeae9e2 | 
| --- /dev/null | 
| +++ b/LayoutTests/fast/multicol/newmulticol/fixed-height-fill-balance-2-expected.html | 
| @@ -0,0 +1,16 @@ | 
| +<!DOCTYPE html> | 
| +<html> | 
| +    <head> | 
| +        <title>balancing fixed-height multicol</title> | 
| +    </head> | 
| +    <body style="overflow:hidden;"> | 
| +        <p>There should be three identical blue rectangles below.</p> | 
| +        <div style="width:20em;"> | 
| +            <div style="float:left; width:6em; height:2em; background:blue;"></div> | 
| +            <div style="float:left; width:1em; height:2em;"></div> | 
| +            <div style="float:left; width:6em; height:2em; background:blue;"></div> | 
| +            <div style="float:left; width:1em; height:2em;"></div> | 
| +            <div style="float:left; width:6em; height:2em; background:blue;"></div> | 
| +        </div> | 
| +    </body> | 
| +</html> | 
|  |