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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/text/same-script-different-lang-in-Nepali-expected.html

Issue 1955523002: Fallback on system locale for font selection (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add testcase Created 4 years, 7 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 <html>
2 <head>
3 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" >
4 <title>Language Attribute Test</title>
5 <style type="text/css">
6 @font-face {
7 font-family: NotoX;
8 src: url("../../third_party/NotoSans/NotoSansDevanagari-Regular-uni091D.ttf" ) format("truetype");
9 }
10 </style>
11 </head>
12 <body>
13 <h3>The glyph for JHA should look different for Nepali and Hindi.</h3>
14 <h3>You First should change system Language to Nepali or Hindi</h3>
15 <p lang="hi" style="font-family: NotoX">JHA &#x091D; </p><br>
rwlbuis 2016/05/09 19:44:31 Looks like it should be "ne": http://www.w3schools
16 </body>
17 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698