Index: LayoutTests/http/tests/navigation/resources/forward-and-cancel-frames.html |
diff --git a/LayoutTests/http/tests/navigation/resources/forward-and-cancel-frames.html b/LayoutTests/http/tests/navigation/resources/forward-and-cancel-frames.html |
index 6023195f981b09c59716bd50c7571e7f4ccd9022..4bbb8946bdbcd47a019cbe42f6faf1aaa74ad4cc 100644 |
--- a/LayoutTests/http/tests/navigation/resources/forward-and-cancel-frames.html |
+++ b/LayoutTests/http/tests/navigation/resources/forward-and-cancel-frames.html |
@@ -9,7 +9,7 @@ function clickLink() { |
} |
</script> |
<!-- Child iframe --> |
-<iframe id="frame1" src="about:blank"></iframe> |
+<iframe name="frame1" src="about:blank"></iframe> |
<br> |
<p>This test checks that the backForward list is not corrupted when a frame load is canceled. |
<p>If testing manually, <a id="link" href="slow-resource.pl?delay=250" target="frame1">click here</a> and then Back. Then click Forward and quickly click Stop. Ensure that Back and Forward still work. |