Source code

Revision control

Copy as Markdown

Other Tools

<title>Reference</title>
<style>
.container {
width: 200px;
height: 50px;
background: green;
}
</style>
<p>Test passes if the green strip below is 200x50 and not taller.</p>
<div class="container"></div>