1 This page tests whether global declarations are cleared after a navigation. If the test passes, you'll see a series of PASS messages below.
5 PASS: 'x' in childWindow should be true and is.
6 PASS: childWindow.x should be 1 and is.
7 PASS: 'f' in childWindow should be true and is.
8 PASS: childWindow.f should be function and is.
11 PASS: 'x' in childWindow should be false and is.
12 PASS: childWindow.x should be undefined and is.
13 PASS: 'f' in childWindow should be false and is.
14 PASS: typeof childWindow.f should be undefined and is.
15 PASS: 'name' in childWindow should be true and is.
16 PASS: childWindow.name should be test and is.