Status: FAIL | Duration: 13ms | Subtests: 0/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi
/css/css-text/hyphens/hyphens-none-shy-on-2nd-line-001.html
<!DOCTYPE html> <title>CSS Text: `hyphens: none` disables soft hyphens on 2nd and later lines</title> <link rel="help" href="https://drafts.csswg.org/css-text-4/#valdef-hyphens-none"> <link rel="match" href="reference/hyphens-none-shy-on-2nd-line-001-ref.html"> <style> .target { hyphens: none; width: 10ch; } </style> <div class="target"> 12345678 Deoxy­ribo­nucleic Deoxy­ribo­nucleic 12345678 </div>
/css/css-text/hyphens/reference/hyphens-none-shy-on-2nd-line-001-ref.html
<!DOCTYPE html> <style> .target { width: 10ch; } </style> <div class="target"> 12345678 Deoxyribonucleic Deoxyribonucleic 12345678 </div>