| Index: third_party/WebKit/LayoutTests/fast/text/same-script-different-lang-in-Hindi-expected.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/text/same-script-different-lang-in-Hindi-expected.html b/third_party/WebKit/LayoutTests/fast/text/same-script-different-lang-in-Hindi-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..8aa62d58cc5faeb50dac8fcb30b05e678754ef88
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/fast/text/same-script-different-lang-in-Hindi-expected.html
|
| @@ -0,0 +1,18 @@
|
| +<!DOCTYPE html>
|
| +<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>
|
| +</body>
|
| +</html>
|
|
|