Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-text/word-break/word-break-normal-ethiopic.html - WPT Dashboard Interop Dashboard
<!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='match' href='reference/word-break-normal-ethiopic-ref.html'>
<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>