Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / Window / window-property-clearing-expected.txt
blob8c51e77824584022ff5fa78ebbb0688b580d6e6f
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.
4 Page 0:
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.
10 Page 1:
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.