Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<html class="reftest-wait">
<style>
body {
border: 0px;
margin: 0px;
padding: 0px;
}
</style>
<img src="image-exif-180-deg.jpg">
<script>
document.addEventListener("MozReftestInvalidate", function() {
document.querySelector("img").style.imageOrientation = "from-image";
document.documentElement.className = "";
});
</script>
</html>