chromium/content/test/data/accessibility/html/input-checkbox-label.html

<!--
@BLINK-ALLOW:inputType=*
-->
<html>
<body>
  <label style="position: relative;">
    <input type="checkbox">
    Checkbox Title
  </label>
</body>
</html>