gecko/layout/reftests/text-indent/text-indent-multiple-line-ref-float.html
2007-03-25 12:26:32 -07:00

13 lines
989 B
HTML

<!DOCTYPE html>
<head>
<title>text-indent test</title>
<style type="text/css">
i { float: left; height: 0.3em; width: 100px; }
span { background: yellow }
</style>
</head>
<body>
<p><i></i><span>This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines.</span></p>
</body>
</html>