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

Unified Diff: LayoutTests/fast/text/shaping/same_script_different_lang.html

Issue 276573010: Adding Locale (language attribute) information to font and using the (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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: 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 &#x091D; </p><br>
+
+<p lang="ne" style="font-family: NotoX">Nepali:JHA &#x091D; </p><br>
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698