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