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