gecko/layout/reftests/text-indent/text-indent-single-line-indent-inline-ref-block-margin.html
2007-03-25 12:26:32 -07:00

13 lines
197 B
HTML

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