Sign in
webkit
/
WebKit
/
5ee570116ebc5b096e25f86f42b1e2de4d0d19b2
/
.
/
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>