зеркало из https://github.com/mozilla/gecko-dev.git
11 строки
289 B
HTML
11 строки
289 B
HTML
|
<!DOCTYPE html>
|
||
|
<html class="reftest-wait">
|
||
|
<img src="big.png">
|
||
|
<script>
|
||
|
document.addEventListener("MozReftestInvalidate", function() {
|
||
|
document.querySelector("img").style.imageOrientation = "90deg";
|
||
|
document.documentElement.className = "";
|
||
|
});
|
||
|
</script>
|
||
|
</html>
|