diff options
Diffstat (limited to 'dom/html/test/bug242709_load.html')
-rw-r--r-- | dom/html/test/bug242709_load.html | 11 |
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 000000000..c9be79b24 --- /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> |