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..3444e63f6e22ef1a66d37b563654ac66600e25d8 |
--- /dev/null |
+++ b/LayoutTests/fast/text/shaping/same_script_different_lang.html |
@@ -0,0 +1,17 @@ |
+<!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/
|
+<html> |
+<head> |
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
+<style type="text/css"> |
+@font-face { |
+ 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
|
+ src: url("../../../resources/NotoSansDevanagari-Regular.ttf.subset") format("truetype"); |
+} |
+</style> |
+</head> |
+<body> |
+<p lang="hi" style="font-family: NotoX">Hindi:JHA झ </p><br> |
+ |
+<p lang="ne" style="font-family: NotoX">Nepali:JHA झ </p><br> |
+</body> |
+</html> |