Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / js / function-declarations-expected.txt
blob17f6ef8f61c5c642b63680d85e6c9f6e5f820634
1 This page tests function declarations inside various block structures and control statements.
3 Before executing blocks containing function declarations: 
4 -----
5 PASS: 'f1' in window should be true and is.
6 PASS: 'f2' in window should be true and is.
7 PASS: 'f3' in window should be true and is.
8 PASS: 'f4' in window should be true and is.
9 PASS: 'f5' in window should be true and is.
10 PASS: 'f6' in window should be true and is.
11 PASS: 'f7' in window should be true and is.
12 PASS: 'f8' in window should be true and is.
13 PASS: 'f9' in window should be true and is.
15 After executing blocks containing function declarations: 
16 -----
17 PASS: 'f1' in window should be true and is.
18 PASS: 'f2' in window should be true and is.
19 PASS: 'f3' in window should be true and is.
20 PASS: 'f4' in window should be true and is.
21 PASS: 'f5' in window should be true and is.
22 PASS: 'f6' in window should be true and is.
23 PASS: 'f7' in window should be true and is.
24 PASS: 'f8' in window should be true and is.
25 PASS: 'f9' in window should be true and is.