chromium/content/test/data/accessibility/accname/name-text-css-before-in-label.html

<!--
@BLINK-DENY:descri*
-->
<!doctype html>
<html>
<body>
<style>
  label:before { content:"fancy "; }
</style>
<label for="test">fruit</label>
<input type="text" id="test"/>
</body>
</html>