blob: 72a3e3060410ad7d525aef32003de48548219991 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-language" content="zh-TW">
<script>
if (window.internals)
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>