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

Side by Side Diff: chrome/test/data/popup_blocker/popup-window-subframe-open.html

Issue 2778113003: Fix popunders spawned from a subframe. (Closed)
Patch Set: Created 3 years, 8 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
OLDNEW
(Empty)
1 <html>
2 <head>
3 <title>Popup created using window.open</title>
4 <script>
5 function deleteframe() {
6 var frame = document.getElementById('frame');
7 frame.parentNode.removeChild(frame);
8 }
9 </script>
10 </head>
11 <body>
12 pop-up test page
13 <iframe id="frame" src="popup-subframe.html"></iframe>
14 </body>
15 </html>
OLDNEW
« no previous file with comments | « chrome/test/data/popup_blocker/popup-subframe.html ('k') | content/browser/frame_host/frame_tree_node.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698