| Index: LayoutTests/fast/history/same-document-iframes-changing-fragment.html
|
| diff --git a/LayoutTests/fast/history/same-document-iframes-changing-fragment.html b/LayoutTests/fast/history/same-document-iframes-changing-fragment.html
|
| index 33219f04817768b105a3bba632680d862270545c..08ce35efcdb893fbc358731b8588cb88a4940025 100644
|
| --- a/LayoutTests/fast/history/same-document-iframes-changing-fragment.html
|
| +++ b/LayoutTests/fast/history/same-document-iframes-changing-fragment.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>
|
|
|