repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
css-generated-content
/
block-inside-inline.html
blob
540a16a638eaafc575c649c2b34753a628985068
1
<!DOCTYPE
html
>
2
3
<style>
4
span:before {
5
display: block;
6
content:
"Should be on it's own line, "
;
7
}
8
</style>
9
10
<span>
and this too.
</span>