Index: LayoutTests/platform/android/fast/text/international/non-generic-font-fallback-expected.html |
diff --git a/LayoutTests/platform/android/fast/text/international/non-generic-font-fallback-expected.html b/LayoutTests/platform/android/fast/text/international/non-generic-font-fallback-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..24659032505562809e14c3cea0eaebf832319ae5 |
--- /dev/null |
+++ b/LayoutTests/platform/android/fast/text/international/non-generic-font-fallback-expected.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>Aä</div> |
+<div>Aä</div> |