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

content / test / data / accessibility / accname / name-file-label-inline-block-styles.html [blame]

<!--
@BLINK-DENY:descri*
-->
<!doctype html>
<html>
<body>
<style>
  label:before { content: "This"; display: block; }
  label:after { content: "."; }
</style>
<label for="test">is a test</label>
<input type="text" id="test"/>
</body>
</html>