blob: 6c248336fd86181f7ca030d2ad894b1416e98849 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
.w {
font-size: 36px;
font-family: times;
border-right: solid black;
display: inline-block;
}
</style>
</head>
<body>
This test makes sure that spaces drawn with the complex text codepath
and the fast text codepath are the same width.
<div>
<div class="w">
Woe&#x0300; Woe Woe Woe Woe Woe Woe Woe Woe Woe Woe Woe Woe Woe
</div>
</div>
</body>
</html>