4 https://bugzilla.mozilla.org/show_bug.cgi?id=6296
7 <title>Test for Bug
6296</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=6296">Mozilla Bug
6296</a>
15 <div id=
"content" style=
"display: none">
16 <A HREF=
"../testdata/test.gif" id=
"foo" NAME=
"anchor1" ALT=
"this is a test of the image
20 <script class=
"testbody" type=
"text/javascript">
22 /** Test for Bug
6296 **/
23 is($(
"foo").name,
"anchor1",
"accessing an anchor name should work, and not crash either!")