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-Hindi.html

Issue 1955523002: Fallback on system locale for font selection (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: modify 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/text/same-script-different-lang-in-Hindi-expected.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <html>
eae 2016/05/12 18:28:28 Please add a doctype to prevent quirks mode. <!DO
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 style="font-family: NotoX">JHA &#x091D; </p><br>
16 </body>
17 </html>
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/text/same-script-different-lang-in-Hindi-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698