| <!DOCTYPE html> <!-- webkit-test-runner [ useFlexibleViewport=true ] --> |
| <html> |
| <meta charset="utf-8"> |
| <meta name="viewport" content="width=device-width, initial-scale=1"> |
| <head> |
| <style> |
| div[contenteditable] { |
| border: 1px solid orange; |
| padding: 1em; |
| outline: none; |
| } |
| </style> |
| </head> |
| <body> |
| <div dir="rtl" contenteditable id="destination" spellcheck="false" autocorrect="off"> |
| <div>الإنجليزي مثل<strong>الإنجليزي مثل “hello world” يُكتب من اليسار إلى</strong>الاتجاهين</div> |
| <div>الإنجليزي مثل<strong>الإنجليزي مثل “hello world” يُكتب من اليسار إلى</strong>الاتجاهين</div> |
| </div> |
| </body> |
| </html> |