blob: e34a7087d4cc1d75ce723bb3c15b67f7cb5f58ff [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>CSS Images: image-orientation, CORS detection for SVG content, reference</title>
<link rel="author" title="Stephen Chenney" href="mailto:schenney@chromium.org">
<style>
div {
background-image: url("../support/exif-orientation-1-ul.jpg");
width: 40px;
height: 20px;
position: fixed;
}
</style>
</head>
<body>
<div style="left: 10px; top: 50px"></div>
<div style="left: 10px; top: 80px"></div>
<div style="left: 10px; top: 110px"></div>
<div style="left: 10px; top: 140px"></div>
<div style="left: 10px; top: 170px"></div>
<div style="left: 60px; top: 50px"></div>
<div style="left: 60px; top: 80px"></div>
<div style="left: 60px; top: 110px"></div>
<div style="left: 60px; top: 140px"></div>
<div style="left: 60px; top: 170px"></div>
<div style="left: 110px; top: 50px"></div>
<div style="left: 110px; top: 80px"></div>
<div style="left: 110px; top: 110px"></div>
<div style="left: 110px; top: 140px"></div>
<div style="left: 110px; top: 170px"></div>
<div style="left: 160px; top: 50px"></div>
<div style="left: 160px; top: 80px"></div>
<div style="left: 160px; top: 110px"></div>
<div style="left: 160px; top: 140px"></div>
<div style="left: 160px; top: 170px"></div>
</body>
</html>