1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-06-12 11:28:57 +00:00
Files
UXP/layout/generic/crashtests/375831.html
T

12 lines
273 B
HTML

<html>
<head style="overflow: scroll; display: block; float: right; ">
</head>
<body>
<script id="script">
document.documentElement.setAttribute('style', 'overflow: scroll; ');
document.getElementsByTagName('head')[0].removeAttribute('style');
</script>
</body>
</html>