| Index: LayoutTests/fast/history/same-document-iframes-changing-pushstate.html
 | 
| diff --git a/LayoutTests/fast/history/same-document-iframes-changing-pushstate.html b/LayoutTests/fast/history/same-document-iframes-changing-pushstate.html
 | 
| index 324a6d64b3ba30138c9f12b8f59431848e480d9a..1c66692ac89f2e7e9167506e72344b3db703f0c8 100644
 | 
| --- a/LayoutTests/fast/history/same-document-iframes-changing-pushstate.html
 | 
| +++ b/LayoutTests/fast/history/same-document-iframes-changing-pushstate.html
 | 
| @@ -7,8 +7,8 @@
 | 
|  <p id="description"></p>
 | 
|  <pre id="console"></pre>
 | 
|  
 | 
| -<iframe src="data:text/plain,iframe1" id="iframe1" name="iframe1"></iframe> 
 | 
| -<iframe src="data:text/plain,iframe2" id="iframe2" name="iframe2"></iframe> 
 | 
| +<iframe src="data:text/plain,iframe1" id="iframe1"></iframe> 
 | 
| +<iframe src="data:text/plain,iframe2" id="iframe2"></iframe> 
 | 
|  
 | 
|  <script>
 | 
|  var wentBack = false;
 | 
| @@ -62,4 +62,4 @@
 | 
|  var jsTestIsAsync = true;
 | 
|  </script>  
 | 
|  </body>
 | 
| -</html>
 | 
| +</html>
 | 
| 
 |