blob: 9ed1f2df78c3565fa59bc562e4e1a8f1a915b506 [file] [log] [blame]
<style>
@font-face {
font-family: webfont;
src: url(resources/Garuda.ttf);
}
div {
font-family: webfont;
}
</style>
<script>
if (window.testRunner)
testRunner.waitUntilDone();
function ensureWebFontLoaded() {
document.body.offsetTop;
if (window.testRunner)
testRunner.notifyDone();
}
</script>
<body onload="setTimeout(ensureWebFontLoaded, 300)">
<div>
<span style="font-family: monospace; font-size: 7pt;">Tiny monospace text.</span>
<span>This text should not be jagged.</span>
</div>
</body>