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

Unified Diff: LayoutTests/fast/dom/Window/window-closed-immediate-expected.txt

Issue 1053073002: Improve window.closed fidelity. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebased Created 5 years, 8 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/window-closed-immediate-expected.txt
diff --git a/LayoutTests/fast/dom/Window/Location/set-location-after-close-expected.txt b/LayoutTests/fast/dom/Window/window-closed-immediate-expected.txt
similarity index 63%
copy from LayoutTests/fast/dom/Window/Location/set-location-after-close-expected.txt
copy to LayoutTests/fast/dom/Window/window-closed-immediate-expected.txt
index 1b11e3a55a2feada5ca6b5979a419b15db3cd51d..575074a63d7b80f9e91181bf236667f9279d5522 100644
--- a/LayoutTests/fast/dom/Window/Location/set-location-after-close-expected.txt
+++ b/LayoutTests/fast/dom/Window/window-closed-immediate-expected.txt
@@ -1,9 +1,11 @@
main frame - has 1 onunload handler(s)
-Updating window.location after the window has been closed, without crashing.
+window.closed should return true after window.close().
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+PASS w.closed is true
+PASS w.closed is true
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698