Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / international / bidi-ignored-for-first-child-inline.html
blob10eb488ece73cfcea375d7a0c1c7bc7901e471b4
1 <html>
2 <head>
3 <title>Bidi properties ignored for inline container whose first child is an inline container</title>
4 <style type="text/css">
5 .rlo { direction: rtl; unicode-bidi: bidi-override; }
6 </style>
7 </head>
8 <body>
9 <p>
10 This is a test for <i>http://bugzilla.opendarwin.org/show_bug.cgi?id=5980 Bidi properties of an inline container whose first child is an inline container are ignored</i>.
11 </p>
12 <hr>
13 <p>
14 The following lines should read &ldquo;ABCDEFGHI&rdquo;:
15 </p>
16 <p>
17 ABC<span class="rlo">FED</span>GHI
18 </p>
19 <p>
20 ABC<span class="rlo"><span>FED</span></span>GHI
21 </p>
22 <p>
23 ABC<span class="rlo">F<span>ED</span></span>GHI
24 </p>
25 <p>
26 ABC<span class="rlo">F<span>E</span>D</span>GHI
27 </p>
28 <p>
29 ABC<span class="rlo"><span>FE</span>D</span>GHI
30 </p>
31 <p><span class="rlo">IHGFEDCBA</span>
32 </p>
33 <p>
34 <span class="rlo">IHGFEDCBA</span>
35 </p>
36 <hr>
37 The following lines should be identical:
38 <p>
39 &#x05d3;&#x05d4;&#x05d5;([&#x202a;&#x202c;&#x05d0;&#x05d1;&#x05d2;
40 </p>
41 <p>
42 &#x05d3;&#x05d4;&#x05d5;([<span dir="ltr"></span>&#x05d0;&#x05d1;&#x05d2;
43 </p>
44 <p>
45 &#x05d3;&#x05d4;&#x05d5;([<span dir="ltr"><span></span></span>&#x05d0;&#x05d1;&#x05d2;
46 </p>
47 <p>
48 &#x05d3;&#x05d4;&#x05d5;([<span><span dir="ltr"></span></span>&#x05d0;&#x05d1;&#x05d2;
49 </p>
50 </body>
51 </html>