chromium/third_party/blink/web_tests/fast/css-generated-content/table-with-before.html

<style>
li:before {
    display: table;
    content: "hello";
}
</style>
<span>This test passes if it does not crash.</span>
<br/>
<ul>
<li>test</li>
</ul>