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

Unified Diff: Source/web/tests/data/iframe_redirect.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
« no previous file with comments | « Source/core/html/HTMLFrameElementBase.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/tests/data/iframe_redirect.html
diff --git a/Source/web/tests/data/iframe_redirect.html b/Source/web/tests/data/iframe_redirect.html
index 8176253ea76ec3db9c24f86e3ad7c17f1b15b9f9..7b6a2c389fb4795fa689bbef2b136a07cf167e05 100644
--- a/Source/web/tests/data/iframe_redirect.html
+++ b/Source/web/tests/data/iframe_redirect.html
@@ -1,6 +1,6 @@
<html>
<body>
- <iframe id='ifr'>
+ <iframe id='ifr' name='ifr'>
</iframe>
<script>
var ifr = document.getElementById('ifr');
« no previous file with comments | « Source/core/html/HTMLFrameElementBase.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698