1 This page tests var declarations inside various block structures and control statements.
3 Before executing blocks containing var declarations:
5 PASS: 'v1' in window should be true and is.
6 PASS: 'v2' in window should be true and is.
7 PASS: 'v3' in window should be true and is.
8 PASS: 'v4' in window should be true and is.
9 PASS: 'v5' in window should be true and is.
10 PASS: 'v6' in window should be true and is.
11 PASS: 'v7' in window should be true and is.
12 PASS: 'v8' in window should be true and is.
13 PASS: 'v9' in window should be true and is.
15 After executing blocks containing var declarations:
17 PASS: 'v1' in window should be true and is.
18 PASS: 'v2' in window should be true and is.
19 PASS: 'v3' in window should be true and is.
20 PASS: 'v4' in window should be true and is.
21 PASS: 'v5' in window should be true and is.
22 PASS: 'v6' in window should be true and is.
23 PASS: 'v7' in window should be true and is.
24 PASS: 'v8' in window should be true and is.
25 PASS: 'v9' in window should be true and is.