Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / Window / customized-property-survives-gc-expected.txt
blobb836e4c967d4a673979e6d516d49b5704d94f9e3
1 This tests that customized properties on window.location and window.navigator won't get lost after garbage collection. Results may be different when run manually, since forcing GC may not be exposed in all applications. Browsers disagree about what happens to properties on window.screen, window.history, and others through 'toolbar' in the list below, but the behavior of window.location and window.navigator is consistent.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS window.screen.myProp is 10
7 PASS window.history.myProp is 10
8 PASS window.locationbar.myProp is 10
9 PASS window.menubar.myProp is 10
10 PASS window.personalbar.myProp is 10
11 PASS window.scrollbars.myProp is 10
12 PASS window.statusbar.myProp is 10
13 PASS window.toolbar.myProp is 10
14 PASS window.location.myProp is 10
15 PASS window.navigator.myProp is 10
16 PASS successfullyParsed is true
18 TEST COMPLETE