4 https://bugzilla.mozilla.org/show_bug.cgi?id=694
7 <title>Test for Bug
694</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=694">Mozilla Bug
694</a>
16 <img src=
"/missing_on_purpose" width=
123 height=
25 alt=
"Hello, "Quotes" how are you?" id=
"testimg">
19 <script class=
"testbody" type=
"text/javascript">
21 /** Test for Bug
694 **/
23 is($(
"testimg").getAttribute(
"alt"),
"Hello, \"Quotes\
" how are you?",
"entities in alt attribute works");