tenfourfox/layout/reftests/bugs/621253-2-internalFilter.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

21 lines
506 B
HTML

<html class="reftest-wait"
reftest-zoom="1.5">
<head>
<script>
function doTest() {
var iframe = document.getElementsByTagName("iframe")[0];
iframe.setAttribute("onload", "snapshot()");
iframe.contentWindow.location.reload();
}
function snapshot() {
document.documentElement.removeAttribute("class");
}
</script>
</head>
<body onload="doTest()" style="margin: 0">
<iframe src="621253-helper-internalFilter.xhtml"
style="border: 0; overflow: hidden"></iframe>
</body>
</html>