summaryrefslogtreecommitdiffstats
path: root/dom/html/test/bug242709_load.html
diff options
context:
space:
mode:
Diffstat (limited to 'dom/html/test/bug242709_load.html')
-rw-r--r--dom/html/test/bug242709_load.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/dom/html/test/bug242709_load.html b/dom/html/test/bug242709_load.html
new file mode 100644
index 0000000000..c9be79b241
--- /dev/null
+++ b/dom/html/test/bug242709_load.html
@@ -0,0 +1,11 @@
+<html>
+<head>
+<title></title>
+</head>
+
+<body onload="parent.submitted();">
+
+<span id="foo"></span>
+
+</body>
+</html>