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

Unified Diff: LayoutTests/fast/history/form-submit-in-frame-via-onclick.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-via-onclick.html
diff --git a/LayoutTests/fast/history/form-submit-in-frame-via-onclick.html b/LayoutTests/fast/history/form-submit-in-frame-via-onclick.html
index d108a5e987ba48c91335214ec30a483a52e210e4..683f527493e9b2ca40338d9f82fa7812d196ea8b 100644
--- a/LayoutTests/fast/history/form-submit-in-frame-via-onclick.html
+++ b/LayoutTests/fast/history/form-submit-in-frame-via-onclick.html
@@ -39,7 +39,7 @@ function submitForm()
}
</script>
-<iframe id="the-frame" src="resources/form-with-onclick-submit.html" onload="submitForm()"></iframe>
+<iframe id="the-frame" name="the-frame" src="resources/form-with-onclick-submit.html" onload="submitForm()"></iframe>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698