Status: PASS | Duration: 9ms | Subtests: 1/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi
/css/css-text/word-break/word-break-break-all-ethiopic.html
<!DOCTYPE html> <html lang="en" > <meta charset="utf-8"> <title>break-all Ethiopic word breaking</title> <meta name="assert" content="word-break: break-all means Ethiopid words break according to the older rules (letter by letter). Nevertheless, the breaking prohibition before the Ethiopic word space (U+1361) which belongs the BA line breaking class, is honored."> <link rel='help' href='https://drafts.csswg.org/css-text-3/#word-break-property'> <link rel='match' href='reference/word-break-break-all-ethiopic-ref.html'> <link rel='author' title='Florian Rivoal' href='https://florian.rivoal.net'> <style> div { width: 0; color: blue; word-break: break-all; } .ref { color: orange; width: auto; white-space: pre; } </style> <p> Test passes if the blue and orange text are identical. <div lang=am>በ፡በ፡በ፡በ</div> <div lang=am class=ref>በ፡ በ፡ በ፡ በ</div>
/css/css-text/word-break/reference/word-break-break-all-ethiopic-ref.html
<!DOCTYPE html> <html lang="en" > <meta charset="utf-8"> <title>break-all Ethiopic word breaking</title> <link rel='author' title='Florian Rivoal' href='https://florian.rivoal.net'> <style> div { color: blue; white-space: pre; } .ref { color: orange; } </style> <p> Test passes if the blue and orange text are identical. <div lang=am>በ፡ በ፡ በ፡ በ</div> <div lang=am class=ref>በ፡ በ፡ በ፡ በ</div>