summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/css-generated-content/table-row-with-before.html
blob: b50bef331b8801733935b7fd34f4bf528b0f0fb2 (plain)
1
2
3
4
5
6
7
8
9
10
11
<style>
li:before {
    display: table-row;
    content: "hello";
}
</style>
<span>This test passes if it does not crash.</span>
<br/>
<ul>
<li>test</li>
</ul>