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

Unified Diff: LayoutTests/fast/frames/frame-programmatic-noresize.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-programmatic-noresize.html
diff --git a/LayoutTests/fast/frames/frame-programmatic-noresize.html b/LayoutTests/fast/frames/frame-programmatic-noresize.html
index b94211b3441ee0f6015285ae1f9ba34e482057c1..70f342130e506b849dced174ed9f74af777eed2a 100644
--- a/LayoutTests/fast/frames/frame-programmatic-noresize.html
+++ b/LayoutTests/fast/frames/frame-programmatic-noresize.html
@@ -45,7 +45,7 @@ function runTests()
</script>
</head>
<frameset cols="200,*" border="10">
- <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>

Powered by Google App Engine
This is Rietveld 408576698