blob: ac5be1a282ef92ec2257a7b6dde10a7d7e7eae1f [file] [log] [blame]
<!DOCTYPE html>
<html>
<style>
div {
background: url("resources/red-at-12-oclock-with-color-profile.jpg") no-repeat;
background-size: cover;
display: inline-block;
height: 376px;
width: 48%;
}
div, img {
margin: 5px;
}
</style>
<body>
<!-- The _blue_ sector of the <img> image should be at 12 o'clock. -->
<img width="48%" src="resources/red-at-12-oclock-with-color-profile.jpg">
<!-- Same for the <div> background image: should be at 12 o'clock. -->
<div></div>
</body>
</html>