chromium/third_party/blink/web_tests/external/wpt/html/canvas/element/manual/drawing-images-to-the-canvas/image-orientation/drawImage-from-element-orientation-none-ref.html

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>reference for drawImage from an element source with image orientation: none</title>
<link rel="author" title="Stephen Chenney" href="mailto:[email protected]">
</head>
<body>
  <img id="img-element" src="/css/css-images/image-orientation/support/exif-orientation-3-lr.jpg">
  <img id="img-element" style="image-orientation: none;" src="/css/css-images/image-orientation/support/exif-orientation-3-lr.jpg">
</body>
</html>