Mozilla/mozilla/layout/reftests/text-indent/text-indent-multiple-line-ref-inline-margin.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

12 lines
954 B
HTML

<!DOCTYPE html>
<head>
<title>text-indent test</title>
<style type="text/css">
span { background: yellow; margin-left: 100px }
</style>
</head>
<body>
<p><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>