Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / international / bdi-neutral-wrapped-expected.html
blobc8b271d4af9123d18e72e30769de9b83446aee12
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: 400px;
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;b &lt; &#x05D0;&#x202C;<br/>&#x202D;&gt;&gt;&gt;&#x202C;<br/>&#x202D;&#x05D3; &lt; c...&#x202C;</div>
26 <div dir="rtl">&#x202D;a &gt; &#x05D1;&#x202C;<br/>&#x202D;&lt;&lt;&lt;&#x202C;<br/>&#x202D;...&#x05D2; &gt; d&#x202C;</div>
27 </div>
28 <div class="box">
29 <div dir="ltr">&#x202D;b &lt; &#x05D0;&#x202C;<br/>&#x202D;&gt;&gt;&gt;&#x202C;<br/>&#x202D;&#x05D3; &lt; c...&#x202C;</div>
30 <div dir="rtl">&#x202D;a &gt; &#x05D1;&#x202C;<br/>&#x202D;&lt;&lt;&lt;&#x202C;<br/>&#x202D;...&#x05D2; &gt; d&#x202C;</div>
31 </div>
32 </body>
33 </html>