gecko-dev/layout/reftests/text-indent/text-indent-single-line-ind...

13 строки
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>