4 https://bugzilla.mozilla.org/show_bug.cgi?id=796850
8 <title>Test for ByteString support
</title>
9 <script 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=796850">Mozilla Bug
796850</a>
16 <script type=
"application/javascript">
18 /** Test for Bug
796850 **/
19 var xhr = new XMLHttpRequest();
22 xhr.open(
"\u5427",
"about:mozilla", true);
26 ok(caught,
"Character values > 255 not rejected for ByteString");