blob: 8c41b6e82e58e2955db4a8d6128185e5c9d11079 [file] [log] [blame]
<!DOCTYPE html><!-- webkit-test-runner [ language=ar ] -->
<html>
<body>
This test hits a codepath where codepoints were being combined before they were being input into our glyph cache.
This character occurs just before combining marks in Unicode, and therefore was being erroneously combined. The test
passes if the glyph is drawn in a font other than LastResort (if the test fails, the character looks like a box or like
three horizontal lines).
<div style="font: 50px UICTFontTextStyleBody;">&#x2B616;<div style="display: inline-block; width: 1px; height: 200px;"></div></div>
</body>
</html>