Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / international / complex-text-spaces-selection.html
blobc5b528e35b73f94426ec1b08a7b611bf6050cf61
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>Spaces in Complex Text</title>
5 <meta charset="utf-8">
6 <style>
7 div {
8 font-size: 0.875em;
9 width: 300px;
10 font-family: tahoma;
12 </style>
13 </head>
14 <body>
15 <h1>Spaces in Complex Text</h1>
16 <div dir="rtl">ا . . /ا . . /ted C-130 ABCABCABC ABC ABCABC ABC ABC ABC ABC ABACBA.jpg‏؛ ‏۱۵:۳۴ . . (+۴۶۹).ABC ABCABC ABC ABC ABC ABC ABACBA.jpg‏؛ ‏۱۵:۳۴ . . (+۴۶۹).</div>
17 <p>
18 There should be no extra spaces or selection gaps above.
19 </p>
20 <script>
21 var range = document.createRange();
22 var el = document.getElementsByTagName('div')[0];
23 range.selectNode(el);
24 window.getSelection().addRange(range);
25 </script>
26 </body>
27 </html>