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

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

Issue 196523007: Revert of id of iframe incorrectly sets window name (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 f3de54d6d430752a4cb7510dfc50bfd27f3fed2b..7ac0d82c2d94ac4387f2ddba7e2beec69f6a673d 100644
--- a/LayoutTests/fast/history/form-submit-in-frame.html
+++ b/LayoutTests/fast/history/form-submit-in-frame.html
@@ -39,7 +39,7 @@
}
</script>
-<iframe id="the-frame" name="the-frame" src="resources/form-with-input-submit.html" onload="submitForm()"></iframe>
+<iframe id="the-frame" src="resources/form-with-input-submit.html" onload="submitForm()"></iframe>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698