blob: 94d7e4d5a627c8706893b3ccfc7fc531608cc811 [file] [log] [blame]
<html>
<head>
<title>Character Font Fallback Performance with AAT fonts</title>
<script src="../resources/runner.js"></script>
<script src="resources/character_fallback_chars_aat.js"></script>
<script src="resources/character_fallback_test.js"></script>
<style>
#target {
/* Ensure AAT is in fallback on Mac, see crbug.com/547912 */
font-family: Palatino, Times, 'Hiragino Mincho Pro';
}
</style>
</head>
<body onload="startTest()">
<pre id="log"></pre>
<div id="target"></div>
</body>
</html>