Chromium Code Reviews

Unified Diff: LayoutTests/fast/frames/frame-set-location-badstring.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.
Jump to:
View side-by-side diff with in-line comments
Index: LayoutTests/fast/frames/frame-set-location-badstring.html
diff --git a/LayoutTests/fast/frames/frame-set-location-badstring.html b/LayoutTests/fast/frames/frame-set-location-badstring.html
index 7ca6c8678e25b06ef9509cc6c057574cdb28e043..b03244210cf7435ca03a4f7986e717425205eccc 100644
--- a/LayoutTests/fast/frames/frame-set-location-badstring.html
+++ b/LayoutTests/fast/frames/frame-set-location-badstring.html
@@ -5,5 +5,5 @@ if (window.testRunner)
<frameset cols="1,1">
<frame src="resources/frame-set-location-badstring.html">
- <frame id="r" src="resources/empty-body.html">
+ <frame name="r" src="resources/empty-body.html">
</frameset>

Powered by Google App Engine