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

Side by Side Diff: LayoutTests/fast/text/justify-ideograph-leading-expansion.html

Issue 766053004: text-justify fix for Chinese and Japanese (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: One more NeedsRebaseline for Linux and Win Created 6 years 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
1 <meta charset="utf-8"> 1 <meta charset="utf-8">
2 <style> 2 <style>
3 .test { margin: 8px 0; text-align: justify; border: solid; width: 100px; fon t-family: "hiragino mincho pro"; } 3 .test { margin: 8px 0; text-align: justify; border: solid; width: 90px; font -family: "hiragino mincho pro"; }
4 </style> 4 </style>
5 <div> 5 <div>
6 <div class="test"> 6 <div class="test">
7 a. b. <span>i</span>はxxxxxxx 7 a. b. <span>i</span>はxxxxxxx
8 </div> 8 </div>
9 <div class="test"> 9 <div class="test">
10 a. b. iはxxxxxxx 10 a. b. iはxxxxxxx
11 </div> 11 </div>
12 <div class="test"> 12 <div class="test">
13 xxxxxxxxxxxxxxxxxxxxx(手) 13 xxxxxxxxxxxxxxxxxxxxx(手)
14 </div> 14 </div>
15 </div> 15 </div>
16 <div style="text-rendering: optimizelegibility"> 16 <div style="text-rendering: optimizelegibility">
17 <div class="test"> 17 <div class="test">
18 a. b. <span>i</span>はxxxxxxx 18 a. b. <span>i</span>はxxxxxxx
19 </div> 19 </div>
20 <div class="test"> 20 <div class="test">
21 a. b. iはxxxxxxx 21 a. b. iはxxxxxxx
22 </div> 22 </div>
23 <div class="test"> 23 <div class="test">
24 xxxxxxxxxxxxxxxxxxxxx(手) 24 xxxxxxxxxxxxxxxxxxxxx(手)
25 </div> 25 </div>
26 </div> 26 </div>
OLDNEW
« no previous file with comments | « LayoutTests/fast/text/justify-ideograph-expected.html ('k') | Source/platform/fonts/Character.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698