<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> |