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

Side by Side Diff: LayoutTests/fast/text/justify-ideograph.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
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/text/justify-ideograph-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 <style>
3 @font-face {
4 font-family:cssot;
5 src:url(../../third_party/adobe-fonts/CSSFWOrientationTest.otf);
6 }
7 dd {
8 font-family:Ahem, cssot;
9 text-align:justify;
10 }
11 </style>
12 <dl>
13 <dt>Ideographic, Kana, CJK symbols</dt>
14 <dd style="width:9em;">&#x56FD;&#x56FD;&#x3042;&#xFF01;&#x56FD;&#x56FD;&#xFEFF;W WWWW</dd>
15 <dd style="width:9em;">&#x56FD;&#x56FD;&#x3042;&#xFF01;&#x56FD;WWWWWW</dd>
16 <dd style="width:9em;">&#x56FD;&#x56FD;&#x3042;&#xFF01;&#x56FD; WWWWWW</dd>
17 <dd style="width:9em;">&#x56FD;&#x56FD;&#x3042;&#xFF01;W WWWWWW</dd>
18 <dt>Ideographic, Kana, CJK symbols with spans</dt>
19 <dd style="width:9em;">&#x56FD;<span>&#x56FD;</span>&#x3042;&#xFF01;&#x56FD;&#x5 6FD;&#xFEFF;WWWWW</dd>
20 <dt>Ideographic, Latin, and spaces</dt>
21 <dd style="width:12em;">WW&#x56FD; W &#x56FD;&#x56FD;&#xFEFF;WWWWW</dd>
22 <dd style="width:12em;">WW&#x56FD; W &#x56FD;WWWWWW</dd>
23 <dd style="width:12em;">WW&#x56FD; W &#x56FD; WWWWWW</dd>
24 </dl>
OLDNEW
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/text/justify-ideograph-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698