1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/gfx/tests/crashtests/385423-2.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,17 @@ 1.4 +<html class="reftest-wait"> 1.5 +<head> 1.6 +<script> 1.7 +function boom() 1.8 +{ 1.9 + var div = document.getElementById("div") 1.10 + div.appendChild(document.createTextNode(String.fromCharCode(0x076F) + String.fromCharCode(13) + String.fromCharCode(0x076F))); 1.11 + 1.12 + document.documentElement.removeAttribute("class"); 1.13 +} 1.14 +</script> 1.15 + 1.16 +</head> 1.17 +<body onload="setTimeout(boom, 10);"> 1.18 +<div style="text-transform: lowercase" id="div"></div> 1.19 +</body> 1.20 +</html> 1.21 \ No newline at end of file