haikuwebkit/LayoutTests/fast/css-generated-content/table-with-before.html

12 lines
156 B
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>