1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12

content / test / data / accessibility / accname / name-radio-css-after-in-label.html [blame]

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