| 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 9e6efec0dd196d0a42d185f901f041f2e8bd09af..dc7557f424d757f200271ae1b2652ed586027a9a 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 @@
 | 
|  * 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" name="i"></iframe>
 | 
| +<iframe id="i"></iframe>
 | 
|  <script>
 | 
|  if (window.testRunner) {
 | 
|      testRunner.dumpAsText();
 | 
| 
 |