haikuwebkit/LayoutTests/fast/text/basic/004.html

11 lines
387 B
HTML

<html>
<body><p style="float:left; border:2px solid green; word-spacing: 30px">
There should be 30px of word spacing between each word.
</p><div style="height:100px"></div><table border=0 cellspacing=0 cellpadding=0 width=100>
<td width=100><p style="border:2px solid green; word-spacing: 15px">
There should be 15px of word spacing between each word.</p></td>
</table></body>
</html>