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

12 lines
166 B
HTML

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