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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-removed-and-gced-expected.txt

Issue 1475863005: [Async][WIP] Call FrameLoader::checkCompleted() asynchronously to avoid sync body.onload() Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 10 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-removed-and-gced-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-removed-and-gced-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-removed-and-gced-expected.txt
index 66e284ace42ad4d91d24165462905a07ec6d0999..3fb2c0cd77b72b98408c361434d7b6f050223e2f 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-removed-and-gced-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-removed-and-gced-expected.txt
@@ -25,9 +25,7 @@ PASS childWindow.history.scrollRestoration is 'auto'
PASS childWindow.history.state is null
PASS childWindow.innerHeight is 0
PASS childWindow.innerWidth is 0
-FAIL childWindow.isJsTest should be false (of type boolean). Was undefined (of type undefined).
PASS childWindow.isSecureContext is false
-FAIL childWindow.jsTestIsAsync should be false (of type boolean). Was undefined (of type undefined).
PASS childWindow.length is 0
FAIL childWindow.location.ancestorOrigins.length should be 0. Threw exception TypeError: Cannot read property 'length' of undefined
FAIL childWindow.location.hash should be (of type string). Was undefined (of type undefined).

Powered by Google App Engine
This is Rietveld 408576698