| OLD | NEW |
| 1 Test that watch expressions expansion state is restored after update. | 1 Test that watch expressions expansion state is restored after update. |
| 2 | 2 |
| 3 Bug 99304 | 3 Bug 99304 |
| 4 Debugger was enabled. | |
| 5 Watch expressions added. | 4 Watch expressions added. |
| 6 expanded globalObject [object Object] | 5 expanded globalObject [object Object] |
| 7 expanded foo [object Object] | 6 expanded foo [object Object] |
| 8 expanded bar [object Object] | 7 expanded bar [object Object] |
| 9 Watch expressions expanded. | 8 Watch expressions expanded. |
| 10 globalObject: Object | 9 globalObject: Object |
| 11 foo: Object | 10 foo: Object |
| 12 bar: Object | 11 bar: Object |
| 13 baz: 2012 | 12 baz: 2012 |
| 14 __proto__: Object | 13 __proto__: Object |
| 15 __proto__: Object | 14 __proto__: Object |
| 16 __proto__: Object | 15 __proto__: Object |
| 17 windowAlias: Window | 16 windowAlias: Window |
| 18 Page reloaded. | 17 Page reloaded. |
| 19 Watch expressions after page reload: | 18 Watch expressions after page reload: |
| 20 globalObject: Object | 19 globalObject: Object |
| 21 foo: Object | 20 foo: Object |
| 22 bar: Object | 21 bar: Object |
| 23 baz: 2012 | 22 baz: 2012 |
| 24 __proto__: Object | 23 __proto__: Object |
| 25 __proto__: Object | 24 __proto__: Object |
| 26 __proto__: Object | 25 __proto__: Object |
| 27 windowAlias: Window | 26 windowAlias: Window |
| 28 Debugger was disabled. | |
| 29 | 27 |
| OLD | NEW |