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

Unified Diff: LayoutTests/fast/frames/frame-inherit-noresize-from-frameset.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/frames/frame-inherit-noresize-from-frameset.html
diff --git a/LayoutTests/fast/frames/frame-inherit-noresize-from-frameset.html b/LayoutTests/fast/frames/frame-inherit-noresize-from-frameset.html
index 7463438709e136778023d1e224a17d02ea9bd9bd..96ff9484ff0a882d85195fdbbd3fec25c5c00c65 100644
--- a/LayoutTests/fast/frames/frame-inherit-noresize-from-frameset.html
+++ b/LayoutTests/fast/frames/frame-inherit-noresize-from-frameset.html
@@ -22,7 +22,7 @@ function runTests()
</script>
</head>
<frameset cols="200,*" border="10" noresize>
- <frame id="testFrame" src="about:blank">
- <frame id="results" src="data:text/html,<p id='description'>This test can only be run using DRT.</p><pre id='console'></pre>">
+ <frame id="testFrame" name="testFrame" src="about:blank">
+ <frame id="results" name="results" src="data:text/html,<p id='description'>This test can only be run using DRT.</p><pre id='console'></pre>">
</frameset>
</html>
« no previous file with comments | « LayoutTests/fast/frames/detach-frame-during-focus.html ('k') | LayoutTests/fast/frames/frame-programmatic-noresize.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698