chromium/third_party/blink/web_tests/fast/events/touch/compositor-touch-hit-rects-continuation.html

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="resources/compositor-touch-hit-rects.css">
</head>
<body>
<p id="description">
This tests verifies the hit test regions given to the compositor specifically for
continuation case. It can only be run in DumpRenderTree.</p>

<div id="tests">
  <div>
    <b class="testcase" id="continuation">
      This b tag
      <div>causes a</div>
      continuation
    </b>
  </div>
</div>

<div id="console"></div>
<script src="resources/compositor-touch-hit-rects.js"></script>
</body>