summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/621253-2-internalFilter.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/bugs/621253-2-internalFilter.html')
-rw-r--r--layout/reftests/bugs/621253-2-internalFilter.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/layout/reftests/bugs/621253-2-internalFilter.html b/layout/reftests/bugs/621253-2-internalFilter.html
new file mode 100644
index 0000000000..b8a49ab0ad
--- /dev/null
+++ b/layout/reftests/bugs/621253-2-internalFilter.html
@@ -0,0 +1,20 @@
+<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>