blob: 16271f607a712f04a8bdf1fc8dbebf0f118654ea [file] [log] [blame]
<!DOCTYPE html><!-- webkit-test-runner [ InlineFormattingContextIntegrationEnabled=false ] -->
<html>
<head>
<title>This tests that word-spacing works fine with normal line layout.</title>
<style>
.col {
width: 200px;
font-size: 15px;
}
.content {
text-align: right;
word-spacing: 70px;
}
</style>
</head>
<body>
<div class=col><div class=content>&nbsp bar &nbsp</div></div>
</body>
</html>