blob: 6f28c85e7de88feb7ef6b2c0e302bf06c9b1189a [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
@font-face {
font-family: "bustedfont";
src: url("resources/bustedfont.svg") format("svg");
}
</style>
</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 bustedfont, Avenir">aeiou</div>
</body>
</html>