<!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;">ﻟﻠﻪ</div> | |
</body> | |
</html> |