4 https://bugzilla.mozilla.org/show_bug.cgi?id=3348
7 <title>Test for Bug
3348</title>
8 <script type=
"text/javascript" src=
"/MochiKit/MochiKit.js"></script>
9 <script type=
"text/javascript" src=
"/tests/SimpleTest/SimpleTest.js"></script>
10 <link rel=
"stylesheet" type=
"text/css" href=
"/tests/SimpleTest/test.css" />
13 <a target=
"_blank" href=
"https://bugzilla.mozilla.org/show_bug.cgi?id=3348">Mozilla Bug
3348</a>
15 <div id=
"content" style=
"display: none">
18 <input type=
"button" value=
"click here" onclick=
"buttonClick();">
23 <script class=
"testbody" type=
"text/javascript">
25 /** Test for Bug
3348 **/
27 var oForm = document.getElementById(
"form1");
28 is(oForm.tagName,
"FORM",
"tagName of HTML element gives tag in upper case");