зеркало из https://github.com/mozilla/gecko-dev.git
18 строки
407 B
HTML
18 строки
407 B
HTML
<!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>
|