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

Unified Diff: LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-removed-expected.txt

Issue 908043002: Revert of Issue FrameDestructionObserver::frameDestroyed() notification on detach. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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: LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-removed-expected.txt
diff --git a/LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-removed-expected.txt b/LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-removed-expected.txt
index 02984d4ada6ade7fea663fe1fad9c8328317c62d..daf761787e77dbcfbbd8f0f60dfed453a71ff45f 100644
--- a/LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-removed-expected.txt
+++ b/LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-removed-expected.txt
@@ -16,15 +16,15 @@
PASS window.cached_applicationCache.status is 0
PASS window.cached_history.length is 0
PASS window.cached_history.state is null
-FAIL window.cached_location.hash should be (of type string). Was undefined (of type undefined).
-FAIL window.cached_location.host should be (of type string). Was undefined (of type undefined).
-FAIL window.cached_location.hostname should be (of type string). Was undefined (of type undefined).
-FAIL window.cached_location.href should be about:blank (of type string). Was undefined (of type undefined).
-FAIL window.cached_location.origin should be null (of type string). Was undefined (of type undefined).
-FAIL window.cached_location.pathname should be blank (of type string). Was undefined (of type undefined).
-FAIL window.cached_location.port should be (of type string). Was undefined (of type undefined).
-FAIL window.cached_location.protocol should be about: (of type string). Was undefined (of type undefined).
-FAIL window.cached_location.search should be (of type string). Was undefined (of type undefined).
+PASS window.cached_location.hash is ''
+PASS window.cached_location.host is ''
+PASS window.cached_location.hostname is ''
+PASS window.cached_location.href is 'about:blank'
+PASS window.cached_location.origin is 'null'
+PASS window.cached_location.pathname is 'blank'
+PASS window.cached_location.port is ''
+PASS window.cached_location.protocol is 'about:'
+PASS window.cached_location.search is ''
FAIL window.cached_location_ancestorOrigins.length should be 0. Was 1.
PASS window.cached_locationbar.visible is false
PASS window.cached_menubar.visible is false

Powered by Google App Engine
This is Rietveld 408576698