blob: 56bb85c31242e6dae6e3d6642990f789e0411d80 [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: Arial, Litherum; text-decoration: underline;">δΊ‹</div>
</body>
</html>