Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css-generated-content / no-openclose-quote.html
blobbf130990372de472bc960e5ab8a29dc4736fa0d1
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>