1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/content/base/crashtests/326618-1.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,14 @@ 1.4 +<html> 1.5 +<head> 1.6 +</head> 1.7 +<body> 1.8 +<script> 1.9 + 1.10 +try { 1.11 + document.body.removeChild(function(){}); 1.12 +} catch (e) { 1.13 +} 1.14 + 1.15 +</script> 1.16 +</body> 1.17 +</html>