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

Side by Side Diff: LayoutTests/fast/text/international/rtl-space-in-ltr-element-expected.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
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="rtl"><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 | « LayoutTests/fast/text/international/rtl-space-in-ltr-element.html ('k') | Source/core/rendering/RenderText.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698