summaryrefslogtreecommitdiff
path: root/old/css_compat/tests/word-spacing.html
blob: 92e2ef6b01c1b5583d34b95ec76c6b4fb9cc2503 (plain)
1
2
3
4
5
6
7
8
9
10
<html>
<head>
<style type="text/css">
div {word-spacing: 2em}
</style>
</head>
<body>
<div>dillo dillo dillo dillo</div>
</body>
</html>