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

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: Updating Test Expectation file due to recent commits Created 6 years, 6 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.t tf") format("truetype");
10 }
11 </style>
12 </head>
13 <body>
14 <h3>The glyph for JHA should look different for Nepali and Hindi, depending on the lang attribute.</h3>
15 <p lang="hi" style="font-family: NotoX">Hindi:JHA &#x091D; </p><br>
16 <p lang="ne" style="font-family: NotoX">Nepali:JHA &#x091D; </p><br>
17 </body>
18 </html>
OLDNEW
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/platform/linux/fast/text/shaping/same-script-different-lang-expected.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698