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