4 https://bugzilla.mozilla.org/show_bug.cgi?id=618017
6 Parsing XML must not override the version.
9 <title>Test for Bug
618017</title>
10 <script src=
"/tests/SimpleTest/SimpleTest.js"></script>
11 <link rel=
"stylesheet" type=
"text/css" href=
"/tests/SimpleTest/test.css"/>
15 <script type='application/javascript'
>
17 function doLetEval() {
18 ok(eval('let x =
13; x') ===
13, 'let statement is valid syntax in version
1.7');
22 <script type='application/javascript'
>
23 doLetEval(); // Call to a function with a different version.