| Index: third_party/WebKit/LayoutTests/fast/dom/Window/property-access-in-closure-after-navigation-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/Window/property-access-in-closure-after-navigation-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/Window/property-access-in-closure-after-navigation-expected.txt
|
| index 0e0e6eb71e1911270b84fda24e64912c3fe8fba6..11d9d05537ad84b81671e645a1305e10b5df6adb 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/Window/property-access-in-closure-after-navigation-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/dom/Window/property-access-in-closure-after-navigation-expected.txt
|
| @@ -6,9 +6,9 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
|
| PASS window is self
|
| PASS window is frames
|
| PASS parent is top
|
| -PASS window is non-null.
|
| -PASS self is non-null.
|
| -PASS frames is non-null.
|
| +FAIL window should be non-null. Was null
|
| +FAIL self should be non-null. Was null
|
| +FAIL frames should be non-null. Was null
|
| PASS parent is null.
|
| PASS top is null.
|
|
|
|
|