1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-06-24 01:08:50 +00:00
Files
UXP/layout/base/crashtests/668579.html
T

11 lines
179 B
HTML

<html><head></head><body>
<script>
document.body.setAttribute('style', 'position: fixed; -moz-transition-duration: 1s;-moz-transform: scale(1.5);');
</script>
</body>
</html>