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

Unified Diff: LayoutTests/fast/frames/frame-set-location-badstring.html

Issue 196523007: Revert of id of iframe incorrectly sets window name (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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-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 b03244210cf7435ca03a4f7986e717425205eccc..7ca6c8678e25b06ef9509cc6c057574cdb28e043 100644
--- a/LayoutTests/fast/frames/frame-set-location-badstring.html
+++ b/LayoutTests/fast/frames/frame-set-location-badstring.html
@@ -5,5 +5,5 @@
<frameset cols="1,1">
<frame src="resources/frame-set-location-badstring.html">
- <frame name="r" src="resources/empty-body.html">
+ <frame id="r" src="resources/empty-body.html">
</frameset>

Powered by Google App Engine
This is Rietveld 408576698