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

Unified Diff: LayoutTests/fast/events/onbeforeunload-focused-iframe.html

Issue 187103002: id of iframe incorrectly sets window name (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add back no-referrer-subframe.html Created 6 years, 9 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/events/onbeforeunload-focused-iframe.html
diff --git a/LayoutTests/fast/events/onbeforeunload-focused-iframe.html b/LayoutTests/fast/events/onbeforeunload-focused-iframe.html
index 2e0af39aca7bba1d0eec6068ae5f81335e428477..fddecd73c7274086d8fe53e7d43e996ce316be72 100644
--- a/LayoutTests/fast/events/onbeforeunload-focused-iframe.html
+++ b/LayoutTests/fast/events/onbeforeunload-focused-iframe.html
@@ -2,7 +2,7 @@
<body>
New window with beforeUnload handler.<br>
You should see an alert with "beforeUnload" if you try to close the window.<br>
- <iframe src="resources/onbeforeunload-focused-iframe-frame.html" id="focusedFrame"></iframe>
+ <iframe src="resources/onbeforeunload-focused-iframe-frame.html" name="focusedFrame"></iframe>
<script>
if (window.testRunner) {
testRunner.dumpAsText();

Powered by Google App Engine
This is Rietveld 408576698