hyphens-i18n-auto-004-alt-2-ref.html (685B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <title>CSS Text Test: language specific hyphenation—Pinyin-hyphen</title> 4 <style> 5 div { 6 font-size: 3em; 7 color: orange; 8 } 9 .test { 10 color: blue; 11 } 12 </style> 13 14 <p>Test passes if the blue text is identical to one of the orange texts (which may be identical to eachother, or may have a different hyphen). 15 <div lang=zh-Latn-pinyin class=test>àizēng‐<br>-fēnmíng</div> 16 <hr> 17 <div lang=zh-Latn-pinyin>àizēng‐<br>‐fēnmíng</div> 18 <hr> 19 <div lang=zh-Latn-pinyin>àizēng-<br>‐fēnmíng</div> 20 <hr> 21 <div lang=zh-Latn-pinyin>àizēng‐<br>-fēnmíng</div> 22 <hr> 23 <div lang=zh-Latn-pinyin>àizēng-<br>-fēnmíng</div>