Index: trunk/LayoutTests/fast/events/onbeforeunload-focused-iframe.html |
=================================================================== |
--- trunk/LayoutTests/fast/events/onbeforeunload-focused-iframe.html (revision 168578) |
+++ trunk/LayoutTests/fast/events/onbeforeunload-focused-iframe.html (working copy) |
@@ -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" name="focusedFrame"></iframe> |
+ <iframe src="resources/onbeforeunload-focused-iframe-frame.html" id="focusedFrame"></iframe> |
<script> |
if (window.testRunner) { |
testRunner.dumpAsText(); |