Sign in
webkit
/
WebKit
/
2b7db40d04e23e466c35ac26a2cac6ea07d1f8ff
/
.
/
LayoutTests
/
fast
/
css-generated-content
/
table-with-before.html
blob: 5e0eb4a0c0f6e2973b4e8086271ad3889e4fd6c5 [
file
] [
log
] [
blame
]
<style>
li
:
before
{
display
:
table
;
content
:
"hello"
;
}
</style>
<span>
This test passes if it does not crash.
</span>
<br/>
<ul>
<li>
test
</li>
</ul>