Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / international / rtl-negative-letter-spacing.html
blob5a918b51cee0c7d20e9604c114764d0b9c6eda88
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 #test {
6 direction: rtl;
7 letter-spacing: -10px;
8 float: right;
9 backface-visibility: hidden;
11 </style>
12 </head>
13 <body>
14 <div id="test">| <template></template>a</div>
15 <p style="clear: both">
16 The line above should have the letter 'a' to the right of the pipe character.
17 </p>
18 </body>
19 </html>