summaryrefslogtreecommitdiffstats
path: root/layout/reftests/text-transform/capitalize-4.html
blob: 7cb04afb245e477f24da42494063712dee33a8dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="Content-type" content="text/html; charset=utf-8">
    <title>text-transform:capitalize with punctuation</title>
  </head>
  <body>
    <div style="text-transform:capitalize">
    "This" (is) /a/ _short_ *test* -for- —the— ¡capitalize! ¿transform? «with» [punctuation] “marks”.
    </div>
  </body>
</html>