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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-navigated-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-navigated-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-navigated-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-navigated-expected.txt
index 83de5e5b4f11cc7a5e0124d307a6ad21fec0349d..c9c1dd1eb6093a710774b8a4ae1ed8ac44037410 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-navigated-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-navigated-expected.txt
@@ -25,9 +25,7 @@ PASS oldChildWindow.history.scrollRestoration is newChildWindow.history.scrollRe
PASS oldChildWindow.history.state is newChildWindow.history.state
PASS oldChildWindow.innerHeight is newChildWindow.innerHeight
PASS oldChildWindow.innerWidth is newChildWindow.innerWidth
-PASS oldChildWindow.isJsTest is newChildWindow.isJsTest
PASS oldChildWindow.isSecureContext is newChildWindow.isSecureContext
-PASS oldChildWindow.jsTestIsAsync is newChildWindow.jsTestIsAsync
PASS oldChildWindow.length is newChildWindow.length
PASS oldChildWindow.location.ancestorOrigins.length is newChildWindow.location.ancestorOrigins.length
PASS oldChildWindow.location.hash is newChildWindow.location.hash
@@ -218,7 +216,6 @@ PASS oldChildWindow.status is newChildWindow.status
PASS oldChildWindow.statusbar.visible is newChildWindow.statusbar.visible
PASS oldChildWindow.styleMedia.type is newChildWindow.styleMedia.type
PASS oldChildWindow.toolbar.visible is newChildWindow.toolbar.visible
-PASS oldChildWindow.wasPostTestScriptParsed is newChildWindow.wasPostTestScriptParsed
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698