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

Side by Side 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. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <script> 1 <script>
2 if (window.testRunner) 2 if (window.testRunner)
3 testRunner.dumpChildFramesAsText(); 3 testRunner.dumpChildFramesAsText();
4 </script> 4 </script>
5 5
6 <frameset cols="1,1"> 6 <frameset cols="1,1">
7 <frame src="resources/frame-set-location-badstring.html"> 7 <frame src="resources/frame-set-location-badstring.html">
8 <frame id="r" src="resources/empty-body.html"> 8 <frame name="r" src="resources/empty-body.html">
9 </frameset> 9 </frameset>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698