Chromium Code Reviews| Index: LayoutTests/fast/text/shaping/same-script-different-lang.html |
| diff --git a/LayoutTests/fast/text/shaping/same-script-different-lang.html b/LayoutTests/fast/text/shaping/same-script-different-lang.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..1f308d6408a140b69bbdd7d8750c0f98c070ae1b |
| --- /dev/null |
| +++ b/LayoutTests/fast/text/shaping/same-script-different-lang.html |
| @@ -0,0 +1,17 @@ |
| +<!DOCTYPE HTML> |
|
Inactive
2014/05/23 19:34:26
nit: lowercase html
h.joshi
2014/05/24 01:27:00
Forgot to change this, will make changes.
|
| +<html> |
| +<head> |
| +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
| +<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, depending on the lang attribute.</h3> |
| + <p lang="hi" style="font-family: NotoX">Hindi:JHA झ </p><br> |
| + <p lang="ne" style="font-family: NotoX">Nepali:JHA झ </p><br> |
| +</body> |
| +</html> |