haikuwebkit/LayoutTests/fast/text/arabic-duplicate-glyph-font...

20 lines
476 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
@font-face {
font-family: "arabicfont";
src: url("resources/arabic-duplicate-glyph-font.svg") format("svg");
}
</style>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
</head>
<body>
This test makes sure that SVGToOTFFontConverter::compareCodepointsLexicographically() is transitive. The test passes if there is no crash.
<div style="font-family: arabicfont;">&#xfedf;&#xfee0;&#xfeea;</div>
</body>
</html>