Index: LayoutTests/http/tests/navigation/location-change-repeated-from-blank.html |
diff --git a/LayoutTests/http/tests/navigation/location-change-repeated-from-blank.html b/LayoutTests/http/tests/navigation/location-change-repeated-from-blank.html |
index dc7557f424d757f200271ae1b2652ed586027a9a..9e6efec0dd196d0a42d185f901f041f2e8bd09af 100644 |
--- a/LayoutTests/http/tests/navigation/location-change-repeated-from-blank.html |
+++ b/LayoutTests/http/tests/navigation/location-change-repeated-from-blank.html |
@@ -4,7 +4,7 @@ This test checks the following case:<br> |
* Set its location to about:blank<br> |
* In a setTimeout(), navigate to a non-blank page<br> |
The iframe navigations should not create new history entries, even though the non-blank navigation is after the load (there is only one history entry in the iframe context, and it is about:blank). |
-<iframe id="i"></iframe> |
+<iframe id="i" name="i"></iframe> |
<script> |
if (window.testRunner) { |
testRunner.dumpAsText(); |