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 08ce35efcdb893fbc358731b8588cb88a4940025..33219f04817768b105a3bba632680d862270545c 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"></iframe> |
-<iframe src="data:text/plain,iframe2" id="iframe2"></iframe> |
+<iframe src="data:text/plain,iframe1" id="iframe1" name="iframe1"></iframe> |
+<iframe src="data:text/plain,iframe2" id="iframe2" name="iframe2"></iframe> |
<script> |
var wentBack = false; |
@@ -62,4 +62,4 @@ function beginTest() |
var jsTestIsAsync = true; |
</script> |
</body> |
-</html> |
+</html> |