blob: 00179ee6bd466619a4562814ede8d9a6ccc69159 [file] [log] [blame]
<!DOCTYPE html>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<style>
div {
background-image: url(resources/green-504x378-90deg.jpg);
background-size: cover;
width: 200px;
height: 366px;
background-color: red;
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>