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

Side by Side Diff: LayoutTests/fast/text/international/rtl-space-in-ltr-element.html

Issue 185123002: Init BidiResolver with Neutral directionality in RenderText (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: land Created 6 years, 9 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | LayoutTests/fast/text/international/rtl-space-in-ltr-element-expected.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <style>
6 div { font-size: 64px; display: inline-block; border: 1px solid red; }
7 </style>
8 </head>
9 <body>
10 <div dir="ltr"><span>نه</span> با</div>
11 <div dir="rtl"><span>نه</span> با</div>
12 <p>
13 The two blocks above should be identical.
14 </p>
15 </body>
16 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/text/international/rtl-space-in-ltr-element-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698