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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/writing-mode/text-combine-justify.html

Issue 2248803002: Fix when there are justification opportunities inside text-combine-upright (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 4 years, 4 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 <meta charset="utf-8">
3 <style>
4 html {
5 writing-mode:vertical-rl;
6 }
7 .tcy {
8 text-combine-upright:all;
9 }
10 div {
11 font-family:Ahem;
12 font-size:20px;
13 line-height:1;
14 height:7em;
15 text-align:justify;
16 }
17 </style>
18 <div><span class="tcy">平成</span>ああWWWWW</div>
19 <div>ああ<span class="tcy">平成</span> WWWWW</div>
20 <div>あ<span class="tcy">平成</span>あWWWWW</div>
21 <div>W<span class="tcy">平成</span>あWWWWW</div>
22 <div>あ<span class="tcy">平成</span>W WWWWW</div>
23 <div>W<span class="tcy">平成</span>W WWWWW</div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698