Oreon-Lime-R2/mingw-wine-gecko/wine-gecko-2.47.4-src/wine-gecko-2.47.4/layout/reftests/text/graphite-05-badlang.html

20 lines
279 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<style type="text/css">
@font-face {
font-family: test;
src: url(../fonts/graphite/grtest-langfeat.ttf);
}
body {
margin: 20px;
font: 100px test;
}
p { margin: 0; padding: 0; }
</style>
</head>
<body>
<p lang="fra">PaSs</p>
</body>
</html>