chromium/content/test/data/accessibility/accname/name-checkbox-css-before-and-after-with-whitespace.html

<!--
@BLINK-DENY:description
-->
<!DOCTYPE html>
<html>
<body>
  <style>
    #one::after { content:"fancy"; }
    #two::before { content:" "; }
  </style>
  <label>
    <span id="one"></span><span id="two">fruit<span>
    <input type="checkbox" id="test">
  </label>
</body>
</html>