chromium/third_party/blink/web_tests/external/wpt/css/css-images/image-orientation/reference/image-orientation-none-cross-origin-svg-ref.html

<!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:[email protected]">
<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>