Index: LayoutTests/fast/history/form-submit-in-frame.html |
diff --git a/LayoutTests/fast/history/form-submit-in-frame.html b/LayoutTests/fast/history/form-submit-in-frame.html |
index 7ac0d82c2d94ac4387f2ddba7e2beec69f6a673d..f3de54d6d430752a4cb7510dfc50bfd27f3fed2b 100644 |
--- a/LayoutTests/fast/history/form-submit-in-frame.html |
+++ b/LayoutTests/fast/history/form-submit-in-frame.html |
@@ -39,7 +39,7 @@ function submitForm() |
} |
</script> |
-<iframe id="the-frame" src="resources/form-with-input-submit.html" onload="submitForm()"></iframe> |
+<iframe id="the-frame" name="the-frame" src="resources/form-with-input-submit.html" onload="submitForm()"></iframe> |
</body> |
</html> |