| <style> | |
| .indent { | |
| text-indent: 40px; | |
| width: 400px; | |
| font-family: Monospace; | |
| margin-bottom: 1px; | |
| } | |
| </style> | |
| <div class="indent"> | |
| Pass if this text is indented | |
| </div> | |
| <div class="indent"> | |
| Pass if this text is indented | |
| </div> | |
| <div class="indent"> | |
| Pass if this text is indented | |
| </div> |