<!DOCTYPE html> | |
<html> | |
<style> | |
@font-face { | |
font-family: test-font; | |
src: url(resources/ignorables.woff); | |
} | |
body { | |
font-family: test-font; | |
} | |
</style> | |
<body> | |
<p>‏ا‎</p> | |
<script> | |
if (window.testRunner) { | |
// Force layout. | |
testRunner.displayAndTrackRepaints(); | |
testRunner.dumpAsText(); | |
} | |
</script> | |
</body> | |
</html> |