Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/reftests/text-indent/reftest.list
<!DOCTYPE html>
<head>
<title>CSS 2.1 Test Suite: text-indent test</title>
<meta name="flags" content="" />
<style type="text/css">
div { width: 500px; }
p { width: 300px; text-indent: 10%; }
</style>
</head>
<body>
<div>
<p>text</p>
</div>
</body>
</html>