Sign in
webkit
/
WebKit
/
5ee61c06e54d41c4ffb65d69f6b4605c35afb105
/
.
/
LayoutTests
/
fast
/
css
/
word-spacing-with-normal-layout-expected.html
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>