blob: d1b0daa9991a15110a472ed32135c4f9f31bbec3 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>This tests that word-spacing works fine with normal line layout.</title>
<style>
div {
text-align: right;
width: 200px;
font-size: 15px;
}
</style>
</head>
<body>
<div>bar</div>
</body>
</html>