blob: 11f132bea12d795865787aeccf73142dd8727284 [file] [edit]
<!DOCTYPE html>
<html>
<head>
<script>
if (window.internals) {
internals.invalidateFontCache();
internals.clearMemoryCache();
}
</script>
<style>
@font-face {
font-family: "WebFont";
src: url("resources/Gulf-regular.ttf");
unicode-range: U+0041;
}
@font-face {
font-family: "WebFont";
src: url("resources/thisisnotarealfont.ttf");
unicode-range: U+0042;
}
</style>
</head>
<body>
<span style="font: 100px 'WebFont', Helvetica; line-height: 1;">&#x0041;</span>
</body>
</html>