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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/navigation/resources/targeted-navigation-in-unload-handler-subframe.html

Issue 2487403002: Allow navigations to frames that aren't being unloaded in the unload handler. (Closed)
Patch Set: fix test Created 4 years 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/http/tests/navigation/resources/targeted-navigation-in-unload-handler-subframe.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/navigation/resources/targeted-navigation-in-unload-handler-subframe.html b/third_party/WebKit/LayoutTests/http/tests/navigation/resources/targeted-navigation-in-unload-handler-subframe.html
new file mode 100644
index 0000000000000000000000000000000000000000..a767a5c96ea2f8288d5b906c8308bf0d0398dfcf
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/http/tests/navigation/resources/targeted-navigation-in-unload-handler-subframe.html
@@ -0,0 +1,11 @@
+<html>
+<head>
+<script>
+window.onload = function() {
+ top.complete();
+}
+</script>
+</head>
+<body>
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698