haikuwebkit/LayoutTests/svg/custom/svg-fonts-skip-ink-expected...

20 lines
312 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
@font-face {
font-family: 'SVGraffiti';
src: url("resources/graffiti.svg#SVGraffiti") format(svg)
}
body {
font:100px 'SVGraffiti';
-webkit-text-decoration-skip: none;
text-decoration: underline;
}
</style>
</head>
<body>
NSNorth Podcast
</body>
</html>