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
/
no-openclose-quote.html
blob
bf130990372de472bc960e5ab8a29dc4736fa0d1
1
<html>
2
<head>
3
<style
type
=
"text/css"
>
4
p
:
before
{
content
:
"*"
no-open-quote
; }
5
p
:
after
{
content
:
"*"
no-close-quote
; }
6
</style>
7
</head>
8
<body>
9
<p>
This is some text. It should have a single asterisk before and after it.
</p>
10
</body>
11
</html>