haikuwebkit/LayoutTests/svg/text/offset-square-svg-font-expe...

16 lines
364 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
@font-face {
font-family: "TestFont";
src: url("resources/offset-square-svg-font2.svg") format("svg");
}
</style>
</head>
<body>
This test makes sure that a glyph which is an offset square is rendered as expected. The test succeeds if you see a square below.
<div style="font: 40px TestFont;">ab</div>
</body>
</html>