Mypal/layout/generic/crashtests/375831.html

12 lines
273 B
HTML
Raw Normal View History

2019-03-11 10:26:37 +00:00
<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>