Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / js / var-declarations-expected.txt
blob9719c6f1c782036ea7f1274f7f118524404846ad
1 This page tests var declarations inside various block structures and control statements.
3 Before executing blocks containing var declarations: 
4 -----
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: 
16 -----
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.