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

Side by Side Diff: chrome/test/data/safe_browsing/download_protection/navigation_observer/iframe_retargeting.html

Issue 2302913003: Add SafeBrowsingNavigationObserver to listen to navigation events (Closed)
Patch Set: refine comments and format Created 4 years, 1 month 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 <script>
4 function openInNewTab() {
5 var tab = window.open('navigation_observer_tests.html');
Charlie Reis 2016/11/03 22:58:45 What was the reason for changing this test?
Jialiu Lin 2016/11/04 05:38:01 Changed it back after using StartWatchingNewWebCon
6 tab.opener = null;
7 }
8 </script>
9 </head>
10 <body>
11 <a id="iframe_new_tab_navigation" href="#" onclick="openInNewTab(); return f alse;">
12 Open target url in new tab frome an iframe
13 </a><br>
14 </body>
15 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698