summaryrefslogtreecommitdiffstats
path: root/layout/generic/crashtests/375831.html
blob: 79c334738a406c337c17c807de675451744427b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
<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>