summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/css-generated-content/no-openclose-quote.html
blob: bf130990372de472bc960e5ab8a29dc4736fa0d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
<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>