blob: 25c90ec892ad09b466094c9694f8a4a3e5950e7d [file] [log] [blame]
<!DOCTYPE html>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<style>
div {
background-color: green;
width: 200px;
height: 366px;
outline: 4px solid green;
}
</style>
<p>Test passes if the rectangle below is solid green. You should see no red or empty, white part of the rectangle.</p>
<div></div>