| OLD | NEW |
| (Empty) |
| 1 This tests that customized properties on window.location and window.navigator wo
n't get lost after a GC. | |
| 2 TEST running. | |
| 3 screen.myProp did not survive GC. | |
| 4 history.myProp survived GC. | |
| 5 locationbar.myProp did not survive GC. | |
| 6 menubar.myProp did not survive GC. | |
| 7 personalbar.myProp did not survive GC. | |
| 8 scrollbars.myProp did not survive GC. | |
| 9 statusbar.myProp did not survive GC. | |
| 10 toolbar.myProp did not survive GC. | |
| 11 location.myProp survived GC. | |
| 12 navigator.myProp survived GC. | |
| OLD | NEW |