1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/bugs/621253-2-externalFilter.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,20 @@ 1.4 +<html class="reftest-wait" 1.5 + reftest-zoom="1.5"> 1.6 +<head> 1.7 +<script> 1.8 + function doTest() { 1.9 + var iframe = document.getElementsByTagName("iframe")[0]; 1.10 + iframe.setAttribute("onload", "snapshot()"); 1.11 + iframe.contentWindow.location.reload(); 1.12 + } 1.13 + 1.14 + function snapshot() { 1.15 + document.documentElement.removeAttribute("class"); 1.16 + } 1.17 +</script> 1.18 +</head> 1.19 +<body onload="doTest()" style="margin: 0"> 1.20 +<iframe scrolling="no" src="621253-helper-externalFilter.xhtml" 1.21 + style="border: 0"></iframe> 1.22 +</body> 1.23 +</html>