Bug 1917371 - Consolidate unit_base_updater and unit_service_updater tests, r=bytesiz...
[gecko.git] / layout / reftests / font-features / fwid-spaces.html
blob61f935b254e9f7a0f899725306a6fcccd09164c8
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;
13 #test, #test pre {
14 font: 150% Hiragino Maru Gothic ProN, Meiryo, Yu Gothic, sans-serif;
15 -webkit-font-feature-settings: "fwid" on;
16 font-feature-settings: "fwid" on;
19 #test pre span {
20 background-color: red;
23 pre {
24 margin: 0;
25 padding: 0;
27 </style>
29 </head>
30 <body>
31 <p>Rows should all be the same length:</p>
32 <div id="test">
33 <pre><span> a b c A B C </span></pre>
34 <pre><span>&#x3000;a&#x3000;b&#x3000;c&#x3000;A&#x3000;B&#x3000;C&#x3000;</span></pre>
35 <pre><span>ba bA bb bB c</span></pre>
36 <pre><span>ba&#x3000;bA&#x3000;bb&#x3000;bB&#x3000;c</span></pre>
37 </div>
38 </body>
39 </html>