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

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

Issue 2179383002: Avoid using 'Yu Gothic' in tests to avoid flakiness (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « third_party/WebKit/LayoutTests/fast/writing-mode/japanese-rl-selection.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <meta charset="utf-8"> 2 <meta charset="utf-8">
3 <style> 3 <style>
4 :root { 4 :root {
5 writing-mode: vertical-rl; 5 writing-mode: vertical-rl;
6 line-height: 1.2; 6 line-height: 1.2;
7 } 7 }
8 .tcy { text-combine-upright: all; } 8 .tcy { text-combine-upright: all; }
9 .large { font-size: 24pt; } 9 .large { font-size: 24pt; }
10 .msgothic { font-family: 'MS Gothic'; } 10 .msgothic { font-family: 'MS Gothic'; }
11 .msmincho { font-family: 'MS Mincho'; } 11 .msmincho { font-family: 'MS Mincho'; }
12 .meiryo { font-family: Meiryo; } 12 .meiryo { font-family: Meiryo; }
13 .yugothic { font-family: 'Yu Gothic', YuGothic; } 13 .yugothic { font-family: /*'Yu Gothic',*/ YuGothic; }
14 .yumincho { font-family: 'Yu Mincho', YuMincho; } 14 .yumincho { font-family: 'Yu Mincho', YuMincho; }
15 .hirag { font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro'; } 15 .hirag { font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro'; }
16 .hiram { font-family: 'Hiragino Mincho ProN', 'Hiragino Mincho Pro'; } 16 .hiram { font-family: 'Hiragino Mincho ProN', 'Hiragino Mincho Pro'; }
17 .notojp { font-family: 'Noto Sans CJK JP'; } 17 .notojp { font-family: 'Noto Sans CJK JP'; }
18 .jhenghei { font-family: 'Microsoft JhengHei'; } 18 .jhenghei { font-family: 'Microsoft JhengHei'; }
19 </style> 19 </style>
20 <div lang="ja"> 20 <div lang="ja">
21 <div class="msgothic">国<span class="tcy">1</span>国<span class="tcy">23</span>国 <span class="tcy">2016</span>国<span class="tcy">45674567</span>国</div> 21 <div class="msgothic">国<span class="tcy">1</span>国<span class="tcy">23</span>国 <span class="tcy">2016</span>国<span class="tcy">45674567</span>国</div>
22 <div class="msmincho">国<span class="tcy">1</span>国<span class="tcy">23</span>国 <span class="tcy">2016</span>国<span class="tcy">45674567</span>国</div> 22 <div class="msmincho">国<span class="tcy">1</span>国<span class="tcy">23</span>国 <span class="tcy">2016</span>国<span class="tcy">45674567</span>国</div>
23 <div class="meiryo">国<span class="tcy">1</span>国<span class="tcy">23</span>国<s pan class="tcy">2016</span>国<span class="tcy">45674567</span>国</div> 23 <div class="meiryo">国<span class="tcy">1</span>国<span class="tcy">23</span>国<s pan class="tcy">2016</span>国<span class="tcy">45674567</span>国</div>
(...skipping 12 matching lines...) Expand all
36 <div class="hiram">国<span class="tcy">1</span>国<span class="tcy">23</span>国< span class="tcy">2016</span>国<span class="tcy">45674567</span>国</div> 36 <div class="hiram">国<span class="tcy">1</span>国<span class="tcy">23</span>国< span class="tcy">2016</span>国<span class="tcy">45674567</span>国</div>
37 <div class="notojp">国<span class="tcy">1</span>国<span class="tcy">23</span>国 <span class="tcy">2016</span>国<span class="tcy">45674567</span>国</div> 37 <div class="notojp">国<span class="tcy">1</span>国<span class="tcy">23</span>国 <span class="tcy">2016</span>国<span class="tcy">45674567</span>国</div>
38 </div> 38 </div>
39 <div lang="zh-hant"> 39 <div lang="zh-hant">
40 <div class="jhenghei">国<span class="tcy">1</span>国<span class="tcy">23</span >国<span class="tcy">2016</span>国<span class="tcy">45674567</span>国</div> 40 <div class="jhenghei">国<span class="tcy">1</span>国<span class="tcy">23</span >国<span class="tcy">2016</span>国<span class="tcy">45674567</span>国</div>
41 <div class="large"> 41 <div class="large">
42 <div class="jhenghei">国<span class="tcy">1</span>国<span class="tcy">23</sp an>国<span class="tcy">2016</span>国<span class="tcy">45674567</span>国</div> 42 <div class="jhenghei">国<span class="tcy">1</span>国<span class="tcy">23</sp an>国<span class="tcy">2016</span>国<span class="tcy">45674567</span>国</div>
43 </div> 43 </div>
44 </div> 44 </div>
45 </div> 45 </div>
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/fast/writing-mode/japanese-rl-selection.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698