Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / international / bdi-dir-default-to-auto-expected.html
blob67ca79194fe318500bcf8f364d7a6f07d146bad5
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <link rel="author" title="Aharon Lanin" href="mailto:aharon@google.com">
6 <link rel="author" title="HTML5 bidi test WG" href="mailto:html5bidi@googlegroups.com">
7 <style>
8 body{
9 font-size:2em;
11 .box {
12 border: medium solid gray;
13 width: 500px;
14 margin: 20px;
16 </style>
17 </head>
18 <body>
19 The two boxes below should look exactly the same.
20 <!-- Key to entities used below:
21 &#x05D0; ... &#x05D5; - The first six Hebrew letters (strongly RTL).
22 &#x202D; - The LRO (left-to-right-override) formatting character.
23 &#x202C; - The PDF (pop directional formatting) formatting character; closes LRO. -->
24 <div class="box">
25 <div dir="ltr">&#x202D;[:)], [+- a &#x05D1;], [d &#x05D2; 1]...&#x202C;</div>
26 <div dir="rtl">&#x202D;...[d &#x05D2; 1] ,[+- a &#x05D1;] ,[:)]&#x202C;</div>
27 </div>
28 <div class="box">
29 <div dir="ltr">&#x202D;[:)], [+- a &#x05D1;], [d &#x05D2; 1]...&#x202C;</div>
30 <div dir="rtl">&#x202D;...[d &#x05D2; 1] ,[+- a &#x05D1;] ,[:)]&#x202C;</div>
31 </div>
32 </body>
33 </html>