mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
85611a7b6d
--HG-- extra : rebase_source : a22344ee1569f58f1f0a01017bfe0d46a6a14602
9 lines
231 B
HTML
9 lines
231 B
HTML
<!DOCTYPE html>
|
|
<html style="-moz-transform-style: preserve-3d">
|
|
<body>
|
|
<script>
|
|
document.addEventListener("MozReftestInvalidate", function() {document.documentElement.style.MozTransform = 'rotate(0)';});
|
|
</script>
|
|
</body>
|
|
</html>
|