haikuwebkit/LayoutTests/fast/text/svg-font-invalid-glyph-path...

9 lines
275 B
HTML

<!DOCTYPE html>
<html>
<head>
</head>
<body>
This test makes sure that a path parsing failure of (a single glyph of) an SVG font is treated as an invalid font. There should be text below (instead of a big black box).
<div style="font: 50px Avenir">aeiou</div>
</body>
</html>