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

Side by Side Diff: LayoutTests/fast/text/international/bidi-word-spacing-rtl.html

Issue 343443002: Word spacing in RTL for segments (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Added antialiased test in test expectaions Created 6 years, 6 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
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <style>
3 body {
4 font-size: 40px;
5 }
6 div {
7 margin: 10px 300px;
8 border: thin solid black;
9 }
10 </style>
11 <div dir="rtl">!<span style="word-spacing:100px" dir="rtl"> @</span> </div>
12 <div dir="rtl">!<span style="word-spacing:100px"> </span>@ </div>
13 <div dir="rtl"><span style="word-spacing:100px">! </span>@ </div>
14 <div dir="rtl">!<span style="word-spacing:100px"> </span>@ &rlm;</div>
15 <div dir="rtl">!<span style="word-spacing:100px"> </span>@</div>
16 <div dir="ltr" style="text-align:right">@<span style="word-spacing:100px"> </spa n>! </div>
17
OLDNEW
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/platform/linux/fast/text/international/bidi-word-spacing-rtl-expected.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698