1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/generic/crashtests/499138.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,18 @@ 1.4 +<!DOCTYPE HTML> 1.5 +<html class="reftest-wait"><head> 1.6 + <meta charset="utf-8"> 1.7 + <title>Testcase for bug 499138</title> 1.8 +<script> 1.9 +function done() 1.10 +{ 1.11 + document.documentElement.removeAttribute("class"); 1.12 +} 1.13 +</script> 1.14 +</head> 1.15 +<body onload="setTimeout(done,1000)"> 1.16 + 1.17 +<iframe src="499138-iframe.html"></iframe> 1.18 + 1.19 + 1.20 +</body> 1.21 +</html>