Status: FAIL | Duration: 14ms | Subtests: 0/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi
/css/css-text/hyphens/i18n/hyphens-i18n-auto-006.html
<!DOCTYPE html> <meta charset="utf-8"> <title>CSS Text Test: language specific hyphenation—Dutch</title> <link rel="author" title="Florian Rivoal" href="http://florian.rivoal.net/"> <link rel="help" href="https://drafts.csswg.org/css-text-3/#hyphens-property"> <link rel="match" href="reference/hyphens-i18n-auto-006-ref.html"> <meta name="assert" content="Depending on the language, the hyphenation character may vary."> <style> div { font-size: 3em; color: orange; } .test { width: 6ch; hyphens: auto; color: blue; } </style> <p>Test passes if the blue text is identical to the orange text. <div lang=cr class=test>ᑲᓯᑕᓂᐘᓂᓂᐠ</div> <hr> <div lang=cr>ᑲᓯᑕᓂ᐀<br>ᐘᓂᓂᐠ</div>
/css/css-text/hyphens/i18n/reference/hyphens-i18n-auto-006-ref.html
<!DOCTYPE html> <meta charset="utf-8"> <title>CSS Test Reference</title> <link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net/"> <style> div { font-size: 3em; color: orange; } .test { color: blue; } </style> <p>Test passes if the blue text is identical to the orange text. <div lang=cr class=test>ᑲᓯᑕᓂ᐀<br>ᐘᓂᓂᐠ</div> <hr> <div lang=cr>ᑲᓯᑕᓂ᐀<br>ᐘᓂᓂᐠ</div>