blob: f0469596379032e5ac39f5423d939c6a60ef70a5 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
@font-face {
font-family: "TestFont";
src: url("resources/offset-square-svg-font.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;">a</div>
</body>
</html>