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

Side by Side Diff: LayoutTests/fast/text/shaping/same-script-different-lang.html

Issue 276573010: Adding Locale (language attribute) information to font and using the (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Comment fix Created 6 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>
Inactive 2014/05/22 13:52:02 lowercase "html"
2 <html>
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5 <style type="text/css">
6 @font-face {
7 font-family: NotoX;
8 src: url("../../../third_party/NotoSans/NotoSansDevanagari-Regular-uni091D.t tf") format("truetype");
9 }
10 </style>
11 </head>
12 <body>
13 <h3>The glyph for JHA should look different depending on Nepali and Hindi, d epending on the lang attribute.</h3>
Inactive 2014/05/22 13:52:02 "The glyph for JHA should look different for Nepal
14 <p lang="hi" style="font-family: NotoX">Hindi:JHA &#x091D; </p><br>
15 <p lang="ne" style="font-family: NotoX">Nepali:JHA &#x091D; </p><br>
16 </body>
17 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698