chromium/third_party/blink/web_tests/external/wpt/css/css-text/word-break/word-break-normal-ethiopic.html

<!DOCTYPE html>
<html lang="en" >
<meta charset="utf-8">
<title>Normal Ethiopic word breaking</title>
<meta name="assert" content="word-break: normal means Ethiopid words break according to their customary rules (word by word)">
<link rel='help' href='https://drafts.csswg.org/css-text-3/#word-break-property'>
<link rel='match' href='reference/word-break-normal-ethiopic-ref.html'>
<link rel='author' title='Florian Rivoal' href='https://florian.rivoal.net'>
<style>
div {
    width: 0;
    color: blue;
}
.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>