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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/ruby/base-shorter-than-text.html

Issue 1751973003: Modernize Japanese system font fallback list for Windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 9 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
1 <!DOCTYPE html>
2 <html lang="ja">
1 <meta charset="utf-8"> 3 <meta charset="utf-8">
2 <style> 4 <style>
3 ruby { font-size: 48px; font-family: HiraMinProN-W3;} 5 ruby { font-size: 48px; font-family: HiraMinProN-W3;}
4 </style> 6 </style>
5 <p> 7 <p>
6 <ruby> 8 <ruby>
7 攻殻 9 攻殻
8 <rt>きどうたいき</rt> 10 <rt>きどうたいき</rt>
9 </ruby> 11 </ruby>
10 </p> 12 </p>
(...skipping 10 matching lines...) Expand all
21 <rt>きどうたいき</rt> 23 <rt>きどうたいき</rt>
22 </ruby> 24 </ruby>
23 </p> 25 </p>
24 <p> 26 <p>
25 <ruby> 27 <ruby>
26 機動隊 28 機動隊
27 <rt>きどうたいきどう</rt> 29 <rt>きどうたいきどう</rt>
28 </ruby> 30 </ruby>
29 </p> 31 </p>
30 </div> 32 </div>
33 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698