summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/canvas/element/manual/drawing-images-to-the-canvas/image-orientation/drawImage-from-element-ref.html
blob: 3f4d1e5ff42241e94513a3ecb6136ee4f34a7478 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>reference for drawImage from an element source with image orientation: from-image</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-3-lr.jpg">
  <img id="img-element" src="/css/css-images/image-orientation/support/exif-orientation-3-lr.jpg">
</body>
</html>