blob: b72c5b392f4dfe71c017aaef809c5b5f500ea321 [file] [log] [blame]
<!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>