Chromium Code Reviews| 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. |
|
eseidel
2013/09/19 21:47:55
We shouldn't need a manual test for this, or?
|
| +<div id="test"> |
| +一丁 |
| +</div> |
| +</body> |
| +</html> |