blob: a666ccc27b423673de27f967b8f8089d71c38b24 [file] [log] [blame]
<html>
<head>
<style>
@font-face {
src: url(resources/mostly-empty-font.ttf) format(truetype);
font-family: MostlyEmptyFont;
}
</style>
<script>
if (window.testRunner) {
testRunner.waitUntilDone();
document.onreadystatechange = function() {
if (document.readyState === 'complete')
setTimeout(function() {testRunner.notifyDone();}, 100);
};
}
</script>
<body>
<div style="font-family: MostlyEmptyFont;">A B C D E F G H I J K L M N O P Q R S T U V W X Y Z</div>
</body>
</html>