Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(342)

Unified Diff: third_party/WebKit/LayoutTests/fast/text/same-script-different-lang-in-Hindi.html

Issue 1955523002: Fallback on system locale for font selection (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..13d67c0bbc5151a2d34a7f406f25239d221120e3
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/text/same-script-different-lang-in-Hindi.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 style="font-family: NotoX">JHA &#x091D; </p><br>
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698