Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / in-rendered-text-rtl.html
blobf1ef5700e3132e207fed3ef2281dc42413eeab96
1 <html>
2 <head>
3 <title></title>
4 <script type="text/javascript">
5 function test()
7 if (!window.testRunner)
8 return;
9 // Just click on the first (rightmost) word to get a response from the
10 // editing delegate.
11 var t = document.getElementById('t');
12 eventSender.mouseMoveTo(t.offsetWidth - 8, t.offsetTop + 16);
13 eventSender.mouseDown();
14 eventSender.mouseUp();
16 </script>
17 </head>
18 <body onload="test()">
19 <p>
20 Test for <i><a href="https://bugs.webkit.org/show_bug.cgi?id=7433">http://bugzilla.opendarwin.org/show_bug.cgi?id=7433</a>
21 REGRESSION (r12789): Second RTL text run on a line cannot be selected</i>.
22 </p>
23 <p>
24 The rightmost two words in the Hebrew text should be selectable by dragging or double-clicking them.
25 </p>
26 <hr>
27 <span id="t">
28 &#x05d0;&#x05db;&#x05dc;&#x05ea &#x05e4;&#x05dc;&#x05e4;&#x05dc; &#x05e9;&#x05ea;&#x05d4; &#x05de;&#x05d9;&#x05e5
29 </span>
30 </body>
31 </html>