Git init
[framework/web/webkit-efl.git] / LayoutTests / fast / text / atsui-small-caps-punctuation-size.html
1 <html>
2 <head>
3 <title>ATSUI small-caps punctuation</title>
4 </head>
5 <body>
6 <p>
7 This tests for a regression against
8 <i><a href="https://bugs.webkit.org/show_bug.cgi?id=6397">http://bugzilla.opendarwin.org/show_bug.cgi?id=6397</a>
9 ATSUI small caps use small punctuation</i>.
10 </p>
11 <p>
12 All four question marks below should be &ldquo;big&rdquo;, like this: ?
13 </p>
14 <hr>
15 <p>ATSUI: <span style="font-variant: small-caps;">A?b?e&#x0300;</span></p>
16 <p>CG: <span style="font-variant: small-caps;">A?b?e</span></p>
17 </body>
18 </html>