summaryrefslogtreecommitdiffstats
path: root/layout/base/crashtests/725535.html
blob: b0d504e5a260d36dba9d5e71cfe2f002f0761930 (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)';}, false);
</script>
</body>
</html>