Index: LayoutTests/platform/android/fast/text/international/non-generic-font-fallback.html |
diff --git a/LayoutTests/platform/android/fast/text/international/non-generic-font-fallback.html b/LayoutTests/platform/android/fast/text/international/non-generic-font-fallback.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..537ee2daa97010f08d99029191509ddb963c4639 |
--- /dev/null |
+++ b/LayoutTests/platform/android/fast/text/international/non-generic-font-fallback.html |
@@ -0,0 +1,8 @@ |
+<!DOCTYPE html> |
+<style> |
+div { font-family: arial, sans-serif; } |
+</style> |
+Tests if non-generic font-family specified before generic font-family is respected when lang is specified. |
+The characters are common Latin characters that exist in the non-locale-specific system font and should use the system font. |
+<div lang="ja">Aä</div> |
+<div lang="zh">Aä</div> |