chromium/content/test/data/accessibility/accname/name-file-label-inline-block-styles.html

<!--
@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>