Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / pasteboard / copy-paste-bidi-expected.txt
blob77c0ca112acb315123fd1fcd65bd747dc311f6e7
1 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.
3 first test - before:
4 | "1234שדגכ:"
6 first test - after:
7 | "1234שדגכ:<#selection-caret>"
9 second test - before:
10 | "
12 | <div>
13 |   "1234שדגכ:"
14 | "
16 | <div>
17 |   style="direction: rtl;"
18 |   "1234שדגכ:"
19 | "
22 second test - after:
23 | "
25 | <div>
26 |   <div>
27 |     "1234שדגכ:"
28 |   <div>
29 |     style="direction: rtl;"
30 |     "1234שדגכ:<#selection-caret>"
31 | "