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

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

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

Powered by Google App Engine
This is Rietveld 408576698