blob: 01f39e31e1c35bd2ffd560b54e3a50b724353dd8 [file] [log] [blame]
This page tests var declarations inside various block structures and control statements.
Before executing blocks containing var declarations:
-----
PASS: 'v1' in window should be true and is.
PASS: 'v2' in window should be true and is.
PASS: 'v3' in window should be true and is.
PASS: 'v4' in window should be true and is.
PASS: 'v5' in window should be true and is.
PASS: 'v6' in window should be true and is.
PASS: 'v7' in window should be true and is.
PASS: 'v8' in window should be true and is.
PASS: 'v9' in window should be true and is.
After executing blocks containing var declarations:
-----
PASS: 'v1' in window should be true and is.
PASS: 'v2' in window should be true and is.
PASS: 'v3' in window should be true and is.
PASS: 'v4' in window should be true and is.
PASS: 'v5' in window should be true and is.
PASS: 'v6' in window should be true and is.
PASS: 'v7' in window should be true and is.
PASS: 'v8' in window should be true and is.
PASS: 'v9' in window should be true and is.