summaryrefslogtreecommitdiffstats
path: root/layout/base/crashtests/725535.html
blob: e5c69a926448805c358896ef8986447c8202562c (plain)
1
2
3
4
5
6
7
8
<!DOCTYPE html>
<html style="-moz-transform-style: preserve-3d">
<body>
<script>
document.addEventListener("MozReftestInvalidate", function() {document.documentElement.style.MozTransform = 'rotate(0)';});
</script>
</body>
</html>