1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/base/crashtests/437142-1.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,25 @@ 1.4 +<!DOCTYPE html> 1.5 +<html class="reftest-wait"> 1.6 +<head> 1.7 +<script> 1.8 + 1.9 +function boom() 1.10 +{ 1.11 + var m = document.createElementNS("http://www.w3.org/1998/Math/MathML", "mrow"); 1.12 + document.body.appendChild(m); 1.13 + document.getElementById("a").style.display = "inline"; 1.14 + document.documentElement.removeAttribute("class"); 1.15 +} 1.16 + 1.17 +</script> 1.18 +</head> 1.19 + 1.20 +<body onload="setTimeout(boom, 0);"> 1.21 + 1.22 +<img usemap="#Map" src="data:image/gif,GIF87a%02%00%02%00%B3%00%00%00%00%00%FF%FF%FF%00%00%00%00%00%00%FF%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%2C%00%00%00%00%02%00%02%00%00%04%03%90H%12%00%3B"> 1.23 + 1.24 +<map name="Map"><area id="a"></map> 1.25 + 1.26 +</body> 1.27 + 1.28 +</html>