chromium/third_party/blink/web_tests/fast/multicol/newmulticol/fixed-height-fill-balance-expected.html

<!DOCTYPE html>
<html>
  <head>
    <title>balancing fixed-height multicol</title>
  </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>