summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/928607-1.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/bugs/928607-1.html')
-rw-r--r--layout/reftests/bugs/928607-1.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/layout/reftests/bugs/928607-1.html b/layout/reftests/bugs/928607-1.html
new file mode 100644
index 0000000000..f35ac902ba
--- /dev/null
+++ b/layout/reftests/bugs/928607-1.html
@@ -0,0 +1,15 @@
+<DOCTYPE HTML>
+<html class="reftest-wait">
+<body>
+<div style="overflow:hidden; border:1px solid black;">
+ <div id="d" style="position:relative; left:10px; height:10px; background:blue;"></div>
+</div>
+<script>
+function doTest() {
+ d.style.left = "50px";
+ document.documentElement.removeAttribute("class");
+}
+window.addEventListener("MozReftestInvalidate", doTest);
+</script>
+</body>
+</html>