Index: ManualTests/font-fallback-locale.html |
diff --git a/ManualTests/font-fallback-locale.html b/ManualTests/font-fallback-locale.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..2cd3a457baf58b6c0ff7e0b70f2883eb61a5b0b5 |
--- /dev/null |
+++ b/ManualTests/font-fallback-locale.html |
@@ -0,0 +1,9 @@ |
+<!DOCTYPE html> |
+<html lang="ja"> |
+<body> |
+The following text should be in Japanese font even if the system locale is not Japanese. |
+<div id="test"> |
+一丁 |
falken
2013/09/25 08:11:51
Would it be easier to understand the test if you s
|
+</div> |
+</body> |
+</html> |