haikuwebkit/LayoutTests/fast/loader/font-load-timer-expected.html

15 lines
260 B
HTML

<!DOCTYPE html>
<html>
<head>
<style id="style">
@font-face {
font-family: 'WebFont';
src: url('../../resources/Ahem.ttf') format('truetype');
}
</style>
</head>
<body>
<span id="target" style="font: 48px 'WebFont';">HelloWorld!</span>
</body>
</html>