haikuwebkit/LayoutTests/fast/css/word-spacing-with-normal-la...

17 lines
237 B
HTML

<!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>