mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 04:27:37 +00:00
15 lines
119 B
HTML
15 lines
119 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<title></title>
|
||
|
</head>
|
||
|
|
||
|
|
||
|
<body onload="parent.submitted();">
|
||
|
|
||
|
<span id="foo"></span>
|
||
|
|
||
|
|
||
|
|
||
|
</body>
|
||
|
</html>
|