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

Unified Diff: third_party/WebKit/LayoutTests/fast/events/before-unload-forbidden-navigation.html

Issue 2487403002: Allow navigations to frames that aren't being unloaded in the unload handler. (Closed)
Patch Set: Created 4 years, 1 month 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/events/before-unload-forbidden-navigation.html
diff --git a/third_party/WebKit/LayoutTests/fast/events/before-unload-forbidden-navigation.html b/third_party/WebKit/LayoutTests/fast/events/before-unload-forbidden-navigation.html
index cdbf9b70cdfe406f6531bb535c67da355eb6f7d4..5e55d8a2be0ed1dd5db26b88d5d4e9e35ca80e75 100644
--- a/third_party/WebKit/LayoutTests/fast/events/before-unload-forbidden-navigation.html
+++ b/third_party/WebKit/LayoutTests/fast/events/before-unload-forbidden-navigation.html
@@ -26,7 +26,6 @@ function test(iframe) {
}
function fired(contentWindow) {
- location.href = 'resources/before-unload-in-subframe-fail.html';
lfg 2016/11/10 00:15:04 This test was navigating the top-level frame in th
contentWindow.location.href = 'resources/before-unload-in-subframe-fail.html';
log.innerHTML = 'PASS 1/2';
contentWindow.frameElement.halfPassed = true;

Powered by Google App Engine
This is Rietveld 408576698