Status: PASS | Duration: 10ms | Subtests: 1/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi
/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>
/css/css-text/word-break/reference/word-break-normal-ethiopic-ref.html
<!DOCTYPE html> <html lang="en" > <meta charset="utf-8"> <title>Normal 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>