Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Side by Side Diff: third_party/WebKit/LayoutTests/fast/dom/Window/property-access-in-closure-after-navigation-expected.txt

Issue 2643613003: Revert "binding: Makes window/frames/self attributes return itself." (Closed)
Patch Set: whack-a-mole Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698