Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(782)

Side by Side Diff: LayoutTests/fast/borders/bidi-007.html

Issue 392033006: Don't ignore RTL MARK and RTL OVERRIDE unicode characters (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/borders/bidi-007-expected.png » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/st rict.dtd"> 1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/st rict.dtd">
2 <html lang="en"> 2 <html lang="en">
3 <head> 3 <head>
4 <title>CSS Test: The bidi algorithm and inlines in CSS: embed levels and displ ay: table-row; </title> 4 <title>CSS Test: The bidi algorithm and inlines in CSS: embed levels and float : left; </title>
5 <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"> 5 <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch">
6 <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/inline/bid i/009.html" type="text/html"> 6 <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/inline/bid i/007.html" type="text/html">
7 <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#bidi-box-model"> 7 <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#bidi-box-model">
8 <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#direction"> 8 <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#direction">
9 <link rel="help" href="http://unicode.org/reports/tr9/"> 9 <link rel="help" href="http://unicode.org/reports/tr9/">
10 <style type="text/css"> 10 <style type="text/css">
11 div { margin: 1em; padding: 0.75em; background: black; color: yellow; 11 div p { float: left; clear: left; margin: 0.5em 1em; padding: 0.75em; backgro und: black; color: yellow; font: 2em/1 serif; letter-spacing: 1em; }
12 font: 2em/1 serif; }
13 div p { display: table-row; }
14 .one, .c, .j, .e { color: aqua; } 12 .one, .c, .j, .e { color: aqua; }
15 .two, .i, .d, .k, .b { color: fuchsia; } 13 .two, .i, .d, .k, .b { color: fuchsia; }
16 .one, .two { border: solid; padding: 0.1em 0 0.1em 0; margin: 0 0.5em 0 0.5em ; } 14 .one, .two { border: solid; padding: 0.1em 0 0.1em 0; margin: 0 0.5em 0 0.5em ; }
17 .c, .b { border-style: solid none solid solid; padding: 0.1em 0 0.1em 0; marg in: 0 0 0 0.5em; } 15 .c, .b { border-style: solid none solid solid; padding: 0.1em 0 0.1em 0; marg in: 0 0 0 0.5em; }
18 .j, .k { border-style: solid solid solid none; padding: 0.1em 0 0.1em 0; marg in: 0 0.5em 0 0; } 16 .j, .k { border-style: solid solid solid none; padding: 0.1em 0 0.1em 0; marg in: 0 0.5em 0 0; }
19 .e, .i, .d { border-style: solid none solid none; padding: 0.1em 0 0.1em 0; m argin: 0 0 0 0; } 17 .e, .i, .d { border-style: solid none solid none; padding: 0.1em 0 0.1em 0; m argin: 0 0 0 0; }
20 </style> 18 </style>
21 </head> 19 </head>
22 <body> 20 <body>
23 <p> The following two blocks should be identical, including overflow. (Force b idi: א) </p> 21 <p> The following two blocks should be identical, including overflow. (Force b idi: &#x05D0;) </p>
24 <div> 22 <div>
25 <p class="reference"><span class="a">a</span><span class="b">b</span><span cl ass="c">c</span><span class="d">d</span><span class="e">e</span><span class="f"> f</span><span class="g">g</span><span class="h">h</span><span class="i">i</span> <span class="j">j</span><span class="k">k</span><span class="l">l</span><span cl ass="m">m</span></p> 23 <p class="reference"><span class="a">a</span><span class="b">b</span><span cl ass="c">c</span><span class="d">d</span><span class="e">e</span><span class="f"> f</span><span class="g">g</span><span class="h">h</span><span class="i">i</span> <span class="j">j</span><span class="k">k</span><span class="l">l</span><span cl ass="m">m</span></p>
26 </div>
27 <div>
28 <p class="test">a&#x202E;l&#x202D;<span class="one">c&#x202E;j&#x202D;e&#x202 E;</span>h&#x202D;g&#x202C;f<span class="two">&#x202C;i&#x202C;d&#x202C;k&#x202C ;b</span>&#x202C;m</p> 24 <p class="test">a&#x202E;l&#x202D;<span class="one">c&#x202E;j&#x202D;e&#x202 E;</span>h&#x202D;g&#x202C;f<span class="two">&#x202C;i&#x202C;d&#x202C;k&#x202C ;b</span>&#x202C;m</p>
29 </div> 25 </div>
30 </body> 26 </body>
31 </html> 27 </html>
OLDNEW
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/borders/bidi-007-expected.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698