Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/fast/text/same-script-different-lang-in-Hindi.html |
| diff --git a/third_party/WebKit/LayoutTests/fast/text/same-script-different-lang-in-Hindi.html b/third_party/WebKit/LayoutTests/fast/text/same-script-different-lang-in-Hindi.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..091d5dd14609312e818123b3f832f5ce5f8b2dca |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/fast/text/same-script-different-lang-in-Hindi.html |
| @@ -0,0 +1,17 @@ |
| +<html> |
|
eae
2016/05/12 18:28:28
Please add a doctype to prevent quirks mode.
<!DO
|
| +<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 style="font-family: NotoX">JHA झ </p><br> |
| +</body> |
| +</html> |