blob: 7044c9ed17a71814c205648a9d8508817dc8be70 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<style>
@font-face {
font-family: 'Litherum';
src: url("./resources/Litherum.svg") format(svg)
}
</style>
</head>
<body>
This test makes sure that drawing underlined text doesn't crash when the primary SimpleFontData
is not an SVG font but the first drawn character's SimpleFontData is an SVG font.
<div style="font-family: Litherum; text-decoration: underline;">δΊ‹</div>
</body>
</html>