Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Unified Diff: LayoutTests/fast/history/form-submit-in-frame.html

Issue 187103002: id of iframe incorrectly sets window name (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add back no-referrer-subframe.html Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698