blob: 77c0ca112acb315123fd1fcd65bd747dc311f6e7 [file] [log] [blame]
These tests to see if bidi text with a base writing direction of right to left is put onto the paste board in logical (DOM) order.
first test - before:
| "1234שדגכ:"
first test - after:
| "1234שדגכ:<#selection-caret>"
second test - before:
| "
"
| <div>
| "1234שדגכ:"
| "
"
| <div>
| style="direction: rtl;"
| "1234שדגכ:"
| "
"
second test - after:
| "
"
| <div>
| <div>
| "1234שדגכ:"
| <div>
| style="direction: rtl;"
| "1234שדגכ:<#selection-caret>"
| "
"