summaryrefslogtreecommitdiffstats
path: root/layout/generic/crashtests/337883-1.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/generic/crashtests/337883-1.html')
-rw-r--r--layout/generic/crashtests/337883-1.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/layout/generic/crashtests/337883-1.html b/layout/generic/crashtests/337883-1.html
new file mode 100644
index 0000000000..b0c280ae2e
--- /dev/null
+++ b/layout/generic/crashtests/337883-1.html
@@ -0,0 +1,20 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<html class="reftest-wait">
+<head>
+<script>
+
+function foop()
+{
+ document.getElementById("xxx").style.height = "10%";
+ document.getElementById("yyy").style.position = "relative";
+
+ document.documentElement.removeAttribute("class");
+}
+
+window.addEventListener("load", function(){setTimeout(foop, 30)});
+
+</script>
+</head>
+
+<body>--<a id="yyy"><IMG align="right"></a><br id="xxx">==</body></html>
+