Sign in
webkit
/
WebKit
/
576a979610e4022489e162a6cf99857a249b2267
/
.
/
LayoutTests
/
fast
/
css-generated-content
/
no-openclose-quote.html
blob: bf130990372de472bc960e5ab8a29dc4736fa0d1 [
file
] [
log
] [
blame
]
<html>
<head>
<style
type
=
"text/css"
>
p
:
before
{
content
:
"*"
no-open-quote
;
}
p
:
after
{
content
:
"*"
no-close-quote
;
}
</style>
</head>
<body>
<p>
This is some text. It should have a single asterisk before and after it.
</p>
</body>
</html>