Sign in
webkit
/
WebKit
/
52b7bf5ed79012977948456de78fa60819deaf7e
/
.
/
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>