<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> | |
<style> | |
@font-face { | |
font-family: garuda; | |
src: url(resources/Garuda.ttf); | |
} | |
</style> | |
</head> | |
<body> | |
<div style="font-size: 54px; font-family: garuda;"> | |
ให้มีขึ้น การทําให้ | |
</div> | |
<script> | |
if (window.testRunner) { | |
testRunner.waitUntilDone(); | |
document.body.offsetTop; | |
setTimeout(function() { testRunner.notifyDone(); }, 100); | |
} | |
</script> | |
</body> |