Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / selection / caret-rtl-2-left.html
blob4627b0332470cca312dbef1cf2cb7a40ab3d6005
1 <!DOCTYPE html>
2 <html>
3 <body>
4 <p>
5 This tests that clicking in a contenteditable div will set the caret in the right position for RTL text in a LTR block.
6 To test manually, click the left of the text. The caret should be on the left edge.
7 </p>
8 <div style="font-size: 20px; width: 20ex; border: solid thin black; padding: 10px;" contenteditable>&#x05e9;&#x05d3;&#x05d4; &#x05d1;&#x05d5;&#x05e8;</div>
9 <script src="resources/caret-edge-shared.js"></script>
10 <script>
12 var clickOn = 'left';
13 var expectedOffset = 0;
15 runTest();
17 </script>
18 </body>
19 </html>