Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / international / dir-auto-leading-whitespace.html
blob6e7d5a5f983cacffb9a248112737eaf9ac8ae576
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <title>dir=auto and white-space</title>
6 </head>
7 <body>
8 <p dir="auto">الف</p>
9 <p dir="auto">
10 الف
11 </p>
12 <p dir="auto">الف
13 </p>
14 <p dir="auto">
15 الف</p>
16 <p dir="auto"> الف</p>
17 <p dir="auto"> الف </p>
18 <p>
19 All text above should be right-aligned.
20 </p>
21 </body>
22 </html>