summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/canvas/element/manual/drawing-images-to-the-canvas/image-orientation/drawImage-from-element-swap-width-height-orientation-none-ref.html
blob: b26154b40a4556ad6bbe2ec60d7d7c9136a2e01e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>reference drawImage from an element source with image orientation: none</title>
<link rel="author" title="Stephen Chenney" href="mailto:schenney@chromium.org">
</head>
<body>
  <img id="img-element" src="/css/css-images/image-orientation/support/exif-orientation-7-rl.jpg">
  <img id="img-element" style="image-orientation: none;" src="/css/css-images/image-orientation/support/exif-orientation-7-rl.jpg">
</body>
</html>