Sign in
webkit
/
WebKit
/
576a979610e4022489e162a6cf99857a249b2267
/
.
/
LayoutTests
/
fast
/
css-generated-content
/
table-row-with-before.html
blob: b50bef331b8801733935b7fd34f4bf528b0f0fb2 [
file
] [
log
] [
blame
]
<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>