OLD | NEW |
1 Test that an inner global captured in a closure acts as if its creating context
is detached when the creating context is navigated. | 1 Test that an inner global captured in a closure acts as if its creating context
is detached when the creating context is navigated. |
2 | 2 |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
4 | 4 |
5 | 5 |
6 PASS window is self | 6 PASS window is self |
7 PASS window is frames | 7 PASS window is frames |
8 PASS parent is top | 8 PASS parent is top |
9 PASS window is non-null. | 9 FAIL window should be non-null. Was null |
10 PASS self is non-null. | 10 FAIL self should be non-null. Was null |
11 PASS frames is non-null. | 11 FAIL frames should be non-null. Was null |
12 PASS parent is null. | 12 PASS parent is null. |
13 PASS top is null. | 13 PASS top is null. |
14 | 14 |
OLD | NEW |