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

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: 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>
bashi 2014/05/14 10:00:01 nit: please-use-hyphen-for-layout-tests like this
h.joshi 2014/05/14 10:50:47 Okey, will use hyphen for test case name On 2014/
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;
bashi 2014/05/14 10:00:01 nit: 4 spaces for indent
h.joshi 2014/05/14 10:50:47 okey, will correct indentation On 2014/05/14 10:00
8 src: url("../../../resources/NotoSansDevanagari-Regular.ttf.subset") for mat("truetype");
9 }
10 </style>
11 </head>
12 <body>
13 <p lang="hi" style="font-family: NotoX">Hindi:JHA &#x091D; </p><br>
14
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