Sign in
webkit
/
WebKit
/
5d3794328830fed0b9d3e728b8c643da5514d66e
/
.
/
LayoutTests
/
fast
/
css-generated-content
/
block-inside-inline.html
blob: 540a16a638eaafc575c649c2b34753a628985068 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<style>
span
:
before
{
display
:
block
;
content
:
"Should be on it's own line, "
;
}
</style>
<span>
and this too.
</span>