| <!DOCTYPE html> |
| <!-- |
| | This test is disabled because whitespace is not currently handled properly |
| | with bidirectional text, and we need spaces to generate the line wrapping. |
| | As a result, we can't do a proper test of this functionality until whitespace |
| | is properly handled. |
| --> |
| <html> |
| <head> |
| <meta charset="utf-8"> |
| <style> |
| body { |
| margin: 0px; |
| color: #fff; |
| font-family: Roboto, Noto Naskh Arabic UI; |
| font-size: 20px; |
| } |
| .containing-block { |
| background-color: #03a9f4; |
| width: 500px; |
| line-height: 1.2em; |
| } |
| </style> |
| </head> |
| <body> |
| <div class="containing-block"> |
| <span>12لتدل3ت dدلت4دلتد5ل6تد يabطا32ل Single Word |
| 1234 ط1لتدلنش ab12دلتد34cd ط1aلتد2ل 3تت489 |
| 12 ل5ت6745 ط1لتدلنش ط1لaتدلتدتد ط11246 ط1abcd |
| لتد2ل3تت4دل5ت6د ط1لتدلنش 123456789 745 ط1لت |
| 987 لتد 654</span> |
| </div> |
| </body> |
| </html> |
| |
| </body> |
| </html> |