layout/reftests/text-transform/capitalize-3.html

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

     1 <!DOCTYPE HTML>
     2 <html>
     3     <title>CSS 2.1 Test Suite: text-transform</title>
     4     <link rel="author" title="Robert O'Callahan" href="mailto:robert@ocallahan.org" />
     5     <link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
     6     <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#caps-prop" />
     7     <meta name="flags" content="" />
     8 <body style="letter-spacing:2px">
     9 <p><span style="text-transform:capitalize">i ask "questions"</span>
    10 <p>i ask "<span style="text-transform:capitalize">questions"</span>
    11 <p><span style="text-transform:capitalize">i ask <span style="text-transform:none">q</span>uestions</span>
    12 <p><span style="text-transform:capitalize">i ask<br>questions</span>
    13 <p><span style="text-transform:capitalize">i ask&nbsp;questions</span>
    14 <p style="white-space:nowrap"><span style="text-transform:capitalize">i ask questions</span>
    15 </body>
    16 </html>

mercurial