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
/
first-letter-br-first-character-expected.html
blob
56c98bac1f63ef1cff925eb6c36f09779611d349
1
<!DOCTYPE
html
>
2
<style>
3
div { color: green; font-size:
40
px; }
4
</style>
5
6
<p>
This test is successful if the 'T' below is green.
</p>
7
<div><br>
T
</div>