blob: e57937057ad06138da3f4c4698096d68cfcae47d [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<style>
@font-face {
font-family: freesans;
src: url(../../svg/custom/resources/SVGFreeSans.svg) format("svg");
}
</style>
</head>
<body>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
This test makes sure that there is no ASSERT hit when we are attempting to draw
a skip:ink text decoration on SVG text where the SVG font does not have all the
glyphs that we need.
<div style="text-decoration: underline; -webkit-text-decoration-skip: ink; font: 48px freesans;">abycとefygh</div>
</body>
</html>