blob: 7790d55306a0d66a3d731fc407f7229be341092b [file] [log] [blame]
<html>
<head>
<style>
@font-face {
font-family: webkit-ahem;
font-style: normal;
src: url(../../../resources/Ahem.ttf) format(truetype);
}
body { text-rendering: geometricPrecision; }
</style>
<script>
if (window.testRunner) {
testRunner.waitUntilDone();
document.onreadystatechange = function() {
if (document.readyState === 'complete')
setTimeout(function() {testRunner.notifyDone();}, 100);
};
}
</script>
</head>
<body>
<p>This text should be rendered with the default font:</p>
<p>A B C D E F G H I J K L M N O P Q R S T U V X Y Z</p>
<p>This text should appear as a series of blocks:</p>
<p style="font-family: webkit-ahem;">A B C D E F G H I J K L M N O P Q R S T U V X Y Z</p>
</body>
</html>