Sign in
webkit
/
WebKit
/
e77cf655aa99024abb12bad4d3b2831532a4b908
/
.
/
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>