chromium/content/test/data/accessibility/css/pseudo-elements.html

<style>
h1::before { content:"   [   "; }
h1::after { content:"   ]   "; }
</style>
<h1 class="generated">Foo</h1>