haikuwebkit/LayoutTests/fast/text/international/harfbuzz-runs-with-no-glyph...

23 lines
354 B
HTML

<!DOCTYPE html>
<html>
<style>
@font-face {
font-family: test-font;
src: url(resources/ignorables.woff);
}
body {
font-family: test-font;
}
</style>
<body>
<p>&#x200f;&#x0627;&#x200e;</p>
<script>
if (window.testRunner) {
// Force layout.
testRunner.displayAndTrackRepaints();
testRunner.dumpAsText();
}
</script>
</body>
</html>