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