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