blob: a435e35ee5177a6fef8576beb322696b83984794 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
if (window.internals) {
internals.settings.setFontLoadTimingOverride("Swap");
internals.settings.setShouldIgnoreFontLoadCompletions(true);
}
</script>
<style>
@font-face {
font-family: "MyFont";
src: url("../../../resources/Ahem.ttf") format("truetype");
}
</style>
</head>
<body>
This test makes sure that text being drawn during the "swap" period while the font is still loading is rendered as visible. The test passes if there is text below.
<div style="font: 100px 'MyFont', 'Helvetica';">Hello<div style="display: inline-block; width: 1px; height: 200px;"></div></div>
</body>
</html>