blob: 762b75976f2bf7cbaa94f66608dfc45b48f70bf5 [file] [log] [blame]
<html>
<head>
<script>
function runTest() {
document.querySelector("img").style.imageOrientation = "from-image";
}
</script>
</head>
<body onload="runTest()">
<img id="img1" src="../../images/resources/exif-orientation-6-ru.jpg"></div>
</body>
</html>