<!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> |