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

Side by Side Diff: LayoutTests/plugins/plugin-remove-subframe.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 <head> 1 <head>
2 <script> 2 <script>
3 function MyCallback() { 3 function MyCallback() {
4 4
5 } 5 }
6 6
7 function test() { 7 function test() {
8 try { 8 try {
9 9
10 var plugin = window.frames["subframe"].document.plugins[0]; 10 var plugin = window.frames["subframe"].document.plugins[0];
(...skipping 11 matching lines...) Expand all
22 testRunner.notifyDone(); 22 testRunner.notifyDone();
23 } 23 }
24 </script> 24 </script>
25 </head> 25 </head>
26 <body onload="testRunner.waitUntilDone(); setTimeout(test, 10)"> 26 <body onload="testRunner.waitUntilDone(); setTimeout(test, 10)">
27 <p>Test for <a href="http://bugs.webkit.org/show_bug.cgi?id=14437">bug 14437</a> : 27 <p>Test for <a href="http://bugs.webkit.org/show_bug.cgi?id=14437">bug 14437</a> :
28 RTÉ video crashes Safari.</p> 28 RTÉ video crashes Safari.</p>
29 <p>Only works with DumpRenderTree.</p> 29 <p>Only works with DumpRenderTree.</p>
30 30
31 <div id='d'> 31 <div id='d'>
32 <iframe id='subframe' src='resources/plugin-remove-subframe-iframe.html'></ifr ame> 32 <iframe name='subframe' src='resources/plugin-remove-subframe-iframe.html'></i frame>
33 </div> 33 </div>
34 </body> 34 </body>
OLDNEW
« no previous file with comments | « LayoutTests/plugins/get-url-with-iframe-target.html ('k') | Source/core/html/HTMLFrameElementBase.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698