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

Wed, 31 Dec 2014 06:55:50 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:55:50 +0100
changeset 2
7e26c7da4463
permissions
-rw-r--r--

Added tag UPSTREAM_283F7C6 for changeset ca08bd8f51b2

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

mercurial