1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/docshell/base/crashtests/436900-2-inner.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,21 @@ 1.4 +<!DOCTYPE html> 1.5 +<html> 1.6 +<head> 1.7 + 1.8 +<meta http-equiv="refresh" content="0"> 1.9 + 1.10 +<script language="javascript" id="foo+++"> 1.11 + 1.12 +location.hash += "+++"; 1.13 + 1.14 +function done() 1.15 +{ 1.16 + parent.document.documentElement.removeAttribute("class"); 1.17 +} 1.18 + 1.19 +</script> 1.20 +</head> 1.21 +<body onload="setTimeout(done, 10)"> 1.22 + 1.23 +</body> 1.24 +</html>