Mozilla/mozilla/layout/reftests/text-indent/text-indent-multiple-line-ref-float.html
dbaron%dbaron.org 1092e8d243 Add reftests for text-indent.
git-svn-id: svn://10.0.0.236/trunk@222357 18797224-902f-48f8-a5cc-f745e15eee43
2007-03-25 19:26:40 +00: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>