| <!DOCTYPE html> |
| <html> |
| <head> |
| <script> |
| window.internals.setUserPreferredLanguages(["en", "zh-tw"]); |
| </script> |
| </head> |
| <body> |
| This test makes sure that generic font families consult with the system language preferences for Chinese when we can't tell |
| from the lang if we should use Simplified Chinese of Traditional Chinese. |
| <div lang="zh" style="font-size: 50px;"> |
| <div style="font-family: sans-serif;">透過</div> |
| <div style="font-family: serif;">透過</div> |
| <div style="font-family: -webkit-standard;">透過</div> |
| <div style="font-family: fixed;">透過</div> |
| </div> |
| </body> |
| </html> |