chromium/content/test/data/accessibility/accname/name-radio-css-after-in-label.html

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