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
/
quote-first-letter-expected.html
blob
9ad8763bc6b10cea27dad03e6020f6a8ff687ebb
1
<!DOCTYPE
html
>
2
<style>
3
.quote:first-letter { color: red; }
4
.line { position: absolute; top:
50
px; left:
10
px; }
5
</style>
6
7
" "
8
9
<span
class
=
"line"
>
10
<span
class
=
"quote"
>
'
</span>
Should not crash or assert and all four quotes should be displayed.'
11
</span>