Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / international / complex-text-spaces-selection-expected.html
blobc629cbfa93b0214d3fcfb77a581c1835bc86da77
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;
11 text-rendering: optimizeLegibility;
12 /* optimizeLegibility forces the use of the complex text path */
14 </style>
15 </head>
16 <body>
17 <h1>Spaces in Complex Text</h1>
18 <div dir="rtl">ا . . /ا . . /ted C-130 ABCABCABC ABC ABCABC ABC ABC ABC ABC ABACBA.jpg‏؛ ‏۱۵:۳۴ . . (+۴۶۹).ABC ABCABC ABC ABC ABC ABC ABACBA.jpg‏؛ ‏۱۵:۳۴ . . (+۴۶۹).</div>
19 <p>
20 There should be no extra spaces or selection gaps above.
21 </p>
22 <script>
23 var range = document.createRange();
24 var el = document.getElementsByTagName('div')[0];
25 range.selectNode(el);
26 window.getSelection().addRange(range);
27 </script>
28 </body>
29 </html>