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
/
content
/
content-quotes-07.html
blob
87e2f9c205d16ce0f24ac36bcfb659d0d6861fd8
1
<!DOCTYPE
html
>
2
<style>
3
div {
4
quotes:
"even"
"string"
"count"
"good"
;
5
quotes:
"odd"
"number"
"of"
"strings"
"bad"
;
6
}
7
div:before { content: open-quote; }
8
div:after { content: close-quote; }
9
</style>
10
<div>
text
</div>