chromium/third_party/blink/web_tests/compositing/gestures/gesture-tapHighlight-block-in-multicol-expected.html

<!DOCTYPE html>
<link rel="stylesheet" href="resources/link-highlight-style.css">
<style>
  .fauxHighlight {
    float: left;
    width: 50px;
    height: 50px;
  }
</style>
<div style="display:flow-root; width:580px;">
  <div class="fauxHighlight" style=" margin-left:120px;"></div>
  <div class="fauxHighlight" style=" margin-left:70px;"></div>
  <div class="fauxHighlight" style=" margin-left:70px;"></div>
  <div class="fauxHighlight" style=" margin-left:70px;"></div>
</div>
<p>This test is successful if there are four green squares and no red above.</p>