tenfourfox/layout/reftests/text-svgglyphs/svg-glyph-invalid-ref.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

19 lines
369 B
HTML

<html>
<head>
<title>Reference for test that invalid XML in the 'SVG ' table is rejected</title>
<style>
@font-face {
font-family : 'Liberation';
src : url(resources/nosvg.woff);
}
body {
font-family : 'Liberation';
font-size : 200px;
}
</style>
</head>
<body>
LML&#xfe01;
</body>
</html>