| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta http-equiv="content-language" content="zh-TW"> | |
| <script> | |
| if (window.internals) | |
| window.internals.settings.setStandardFontFamily("Ahem", "Hant"); | |
| </script> | |
| <title>Test font selection based on content-language</title> | |
| </head> | |
| <body> | |
| <!-- This tests font selection based on content-language <https://bugs.webkit.org/show_bug.cgi?id=76701>. The text should be in Ahem font. --> | |
| This is in Ahem font. | |
| </body> | |
| </html> |