| <!DOCTYPE html> |
| <!-- |
| | This test is disabled because whitespace is not currently handled properly |
| | with bidirectional text. |
| --> |
| <html> |
| <head> |
| <meta charset="utf-8"> |
| <style> |
| body { |
| margin: 0px; |
| font-family: Roboto, Noto Naskh Arabic UI; |
| font-size: 28px; |
| color: #fff; |
| } |
| .containing-block { |
| background-color: #03a9f4; |
| width: 200px; |
| } |
| </style> |
| </head> |
| <body> |
| <div class="containing-block"> |
| <div dir="ltr">testع test</div> |
| <div dir="rtl">testع test</div> |
| <div dir="ltr"><span>testع test</span></div> |
| <div dir="rtl"><span>testع test</span></div> |
| <div dir="ltr"> 1234 ط1لتدل </div> |
| <div dir="rtl"> 1234 ط1لتدل </div> |
| <div dir="ltr"><span> 1234 ط1لتدل </span></div> |
| <div dir="rtl"><span> 1234 ط1لتدل </span></div> |
| </div> |
| </body> |
| </html> |