diff options
Diffstat (limited to 'dom/html/test/bug100533_load.html')
-rw-r--r-- | dom/html/test/bug100533_load.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/dom/html/test/bug100533_load.html b/dom/html/test/bug100533_load.html new file mode 100644 index 0000000000..99cf26640c --- /dev/null +++ b/dom/html/test/bug100533_load.html @@ -0,0 +1,14 @@ +<html> +<head> +<title></title> +</head> + + +<body onload="parent.submitted();"> + +<span id="foo"></span> + + + +</body> +</html> |