| <!doctype html> | |
| <html lang=en> | |
| <meta charset=utf-8> | |
| <title>test reference</title> | |
| <style> | |
| div { | |
| text-align: right; | |
| width: 300px; | |
| border: solid; | |
| } | |
| </style> | |
| <p>Test passes if the words below are aligned to the right of the box. | |
| <div>right<br>right</div> | |