4 https://bugzilla.mozilla.org/show_bug.cgi?id=351601
7 <title>Test for Bug
351601</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=351601">Mozilla Bug
351601</a>
15 <div id=
"content" style=
"display: none">
19 <script class=
"testbody" type=
"text/javascript">
21 /** Test for Bug
351601 **/
26 foo = navigator.buildID;
28 } catch (ex) { /* do not do anything here, as we are checking result below. */ }
30 if (foo ==
"0000000000")
31 ok(isOK,
"navigator.buildID should never throw");
33 ok(isOK,
"navigator.buildID is not 0000000000, but we can confirm the normal case does not crash.");