| Index: LayoutTests/fast/multicol/newmulticol/balance3.html | 
| diff --git a/LayoutTests/fast/multicol/newmulticol/balance3.html b/LayoutTests/fast/multicol/newmulticol/balance3.html | 
| new file mode 100644 | 
| index 0000000000000000000000000000000000000000..00326ecbbb67e776f5836594a4694aec4172cc56 | 
| --- /dev/null | 
| +++ b/LayoutTests/fast/multicol/newmulticol/balance3.html | 
| @@ -0,0 +1,26 @@ | 
| +<!DOCTYPE html> | 
| +<html> | 
| +  <head> | 
| +    <title>auto-height multicol</title> | 
| +    <script src="../../js/resources/js-test-pre.js"></script> | 
| +    <script> | 
| +      if (window.testRunner) | 
| +        testRunner.dumpAsText(); | 
| +      if (window.internals) | 
| +        internals.settings.setRegionBasedColumnsEnabled(true); | 
| +    </script> | 
| +  </head> | 
| +  <body> | 
| +    <p>There should be two identical boxes below.</p> | 
| +    <div id="mc" style="-webkit-columns:4; columns:4; orphans:1; widows:1; color:olive; background:olive;"> | 
| +      line<br> | 
| +    </div> | 
| +    <div id="ref" style="margin-top:1em; color:olive; background:olive;"> | 
| +      line<br> | 
| +    </div> | 
| +    <script> | 
| +      shouldBe("mc.offsetHeight", "ref.offsetHeight"); | 
| +    </script> | 
| +    <script src="../../js/resources/js-test-post.js"></script> | 
| +  </body> | 
| +</html> | 
|  |