| <!DOCTYPE html> | |
| <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org"> | |
| <style> | |
| .bar { | |
| width: 100px; | |
| height: 25px; | |
| background: blue; | |
| } | |
| </style> | |
| <p>There should be three identical blue bars below.</p> | |
| <div class="bar"></div> | |
| <div class="bar" style="margin:10px 0;"></div> | |
| <div class="bar"></div> |