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

12 строки
192 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>text</span></p>
</body>
</html>