layout/reftests/font-features/fwid-spaces-ref.html

Wed, 31 Dec 2014 13:27:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 13:27:57 +0100
branch
TOR_BUG_3246
changeset 6
8bccb770b82d
permissions
-rw-r--r--

Ignore runtime configuration files generated during quality assurance.

     1 <!DOCTYPE HTML>
     2 <html lang="ja">
     3 <head>
     4 <title>Full-width variations of regular spaces</title>
     5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     7 <style type="text/css">
     9 body {
    10   margin: 5px;
    11 }
    13 #test, #test pre {
    14   font: 150% Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
    15 }
    17 #test pre span {
    18   background-color: red;
    19 }
    21 pre {
    22   margin: 0;
    23   padding: 0;
    24 }
    25 </style>
    27 </head>
    28 <body>
    29 <p>Rows should all be the same length:</p>
    30 <div id="test">
    31 <pre><span>&#x3000;&#xff41;&#x3000;&#xff42;&#x3000;&#xff43;&#x3000;&#xff21;&#x3000;&#xff22;&#x3000;&#xff23;&#x3000;</span></pre>
    32 <pre><span>&#x3000;&#xff41;&#x3000;&#xff42;&#x3000;&#xff43;&#x3000;&#xff21;&#x3000;&#xff22;&#x3000;&#xff23;&#x3000;</span></pre>
    33 <pre><span>&#xff42;&#xff41;&#x3000;&#xff42;&#xff21;&#x3000;&#xff42;&#xff42;&#x3000;&#xff42;&#xff22;&#x3000;&#xff43;</span></pre>
    34 <pre><span>&#xff42;&#xff41;&#x3000;&#xff42;&#xff21;&#x3000;&#xff42;&#xff42;&#x3000;&#xff42;&#xff22;&#x3000;&#xff43;</span></pre>
    35 </div>
    36 </body>
    37 </html>

mercurial