4 https://bugzilla.mozilla.org/show_bug.cgi?id=218277
7 <title>Test for Bug
218277</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=218277">Mozilla Bug
218277</a>
15 <div id=
"content" style=
"display: block">
16 <input id=
"ctrl" name=
"ctrl" size=
"20" value=
"keep together" readonly
/>
19 <script class=
"testbody" type=
"text/javascript">
21 /** Test for Bug
218277 **/
23 is(escape($('ctrl').value),
"keep%A0together",
"nbsp preserved in form submissions");