Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/fast/text/same-script-different-lang-in-Nepali-expected.html |
| diff --git a/third_party/WebKit/LayoutTests/fast/text/same-script-different-lang-in-Nepali-expected.html b/third_party/WebKit/LayoutTests/fast/text/same-script-different-lang-in-Nepali-expected.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..888f6e7e474794724394c7073bab0cd5de7a1812 |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/fast/text/same-script-different-lang-in-Nepali-expected.html |
| @@ -0,0 +1,17 @@ |
| +<html> |
| +<head> |
| +<meta http-equiv="Content-Type" content="text/html;charset=utf-8" > |
| +<title>Language Attribute Test</title> |
| +<style type="text/css"> |
| +@font-face { |
| + font-family: NotoX; |
| + src: url("../../third_party/NotoSans/NotoSansDevanagari-Regular-uni091D.ttf") format("truetype"); |
| +} |
| +</style> |
| +</head> |
| +<body> |
| + <h3>The glyph for JHA should look different for Nepali and Hindi.</h3> |
| + <h3>You First should change system Language to Nepali or Hindi</h3> |
| + <p lang="hi" style="font-family: NotoX">JHA झ </p><br> |
|
rwlbuis
2016/05/09 19:44:31
Looks like it should be "ne":
http://www.w3schools
|
| +</body> |
| +</html> |