tenfourfox/layout/reftests/text-transform/small-caps-turkish-1.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

25 lines
527 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<title>Test for Turkish small-caps behavior</title>
<style type="text/css">
@font-face {
font-family: libertine;
src: url(../fonts/LinLibertine_Re-4.7.5.woff);
}
div {
font-family: libertine;
}
</style>
</head>
<body>
<div lang="tr" style="font-variant:small-caps">
Evrensel Kod her yazı karakteri için bir ve yalnız bir sayı şart koşar,
hangi altyapı,
hangi yazılım,
hangi dil olursa olsun.
</div>
</body>
</html>