summaryrefslogtreecommitdiffstats
path: root/layout/base/crashtests/668579.html
blob: da53822c2c37b38b9f9474e9c028485bef1b22f0 (plain)
1
2
3
4
5
6
7
8
9
10
<html><head></head><body>
<script>
document.body.setAttribute('style', 'position: fixed; -moz-transition-duration: 1s;-moz-transform: scale(1.5);');
</script>
</body>
</html>