1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/generic/crashtests/679933-1.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,13 @@ 1.4 +<html class="reftest-wait"> 1.5 +<head> 1.6 + <script> 1.7 + function tweak() { 1.8 + document.body.removeAttribute('style'); 1.9 + document.documentElement.removeAttribute("class"); 1.10 + } 1.11 + </script> 1.12 +</head> 1.13 +<body style="display: inline; mask: url(#a);" onload="setTimeout(tweak, 50)"> 1.14 +<input id="g" style="display: block; mask: url(#g);"> 1.15 +</body> 1.16 +</html>