| <html> |
| <head> |
| <title>ATSUI small-caps punctuation</title> |
| </head> |
| <body> |
| <p> |
| This tests for a regression against |
| <i><a href="http://bugzilla.opendarwin.org/show_bug.cgi?id=6397">http://bugzilla.opendarwin.org/show_bug.cgi?id=6397</a> |
| ATSUI small caps use small punctuation</i>. |
| </p> |
| <p> |
| All four question marks below should be “big”, like this: ? |
| </p> |
| <hr> |
| <p>ATSUI: <span style="font-variant: small-caps;">A?b?è</span></p> |
| <p>CG: <span style="font-variant: small-caps;">A?b?e</span></p> |
| </body> |
| </html> |