Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / paint / selection / text-selection-newline-rtl.html
blobdffb821be1975dc5e067b5c007c8f26b6d25179f
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <script src="../../resources/ahem.js"></script>
5 <script src="../../resources/run-after-layout-and-paint.js"></script>
6 <script src="resources/selection.js"></script>
7 <style>
8 div {
9 direction: rtl;
10 font-family: Ahem;
11 unicode-bidi: bidi-override;
12 width: 2em;
14 </style>
15 </head>
16 <body onload="selectRange(container, 0, container, 1);">
17 <!-- Two lines in one block which should wrap and *not* include space representing
18 a newline at the end of the first line as RTL is not yet supported. -->
19 <div id="container">
20 xx y
21 </div>
22 </body>