mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 22:55:23 +00:00
17 lines
479 B
HTML
17 lines
479 B
HTML
<!DOCTYPE html>
|
|
<head>
|
|
<title>CSS 2.1 Test Suite: text-indent test</title>
|
|
<link rel="author" title="L. David Baron" href="http://dbaron.org/" />
|
|
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
|
|
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#indentation-prop" />
|
|
<meta name="flags" content="" />
|
|
<style type="text/css">
|
|
p { margin-left: 100px }
|
|
span { background: yellow }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<p><span>text</span></p>
|
|
</body>
|
|
</html>
|