haikuwebkit/LayoutTests/fast/text/variations/outofbounds-expected-mismat...

15 lines
228 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
@font-face {
font-family: "Boxis";
src: url("resources/Boxis-VF.ttf");
}
</style>
</head>
<body>
<div style="font-family: 'Boxis';">Test passes if this text is wide.</div>
</body>
</html>