1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/generic/crashtests/375831.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,11 @@ 1.4 +<html> 1.5 +<head style="overflow: scroll; display: block; float: right; "> 1.6 +</head> 1.7 +<body> 1.8 + 1.9 +<script id="script"> 1.10 +document.documentElement.setAttribute('style', 'overflow: scroll; '); 1.11 +document.getElementsByTagName('head')[0].removeAttribute('style'); 1.12 +</script> 1.13 +</body> 1.14 +</html>