| <!DOCTYPE html> | |
| <meta charset="utf-8"> | |
| <title>CSS Reftest reference</title> | |
| <style> | |
| div | |
| { | |
| background-color: green; | |
| height: 100px; | |
| width: 100px; | |
| } | |
| </style> | |
| <p>Test passes if there is a filled green square and if it has <strong>no scrollbar</strong>. | |
| <div></div> |