| Index: chrome/test/data/safe_browsing/download_protection/navigation_observer/iframe_retargeting.html
|
| diff --git a/chrome/test/data/safe_browsing/download_protection/navigation_observer/iframe_retargeting.html b/chrome/test/data/safe_browsing/download_protection/navigation_observer/iframe_retargeting.html
|
| deleted file mode 100644
|
| index 8fdc296934d6257f6c6ac9666c789a6bc235a4e6..0000000000000000000000000000000000000000
|
| --- a/chrome/test/data/safe_browsing/download_protection/navigation_observer/iframe_retargeting.html
|
| +++ /dev/null
|
| @@ -1,18 +0,0 @@
|
| -<html>
|
| - <head>
|
| - <script>
|
| - function downloadInNewTab() {
|
| - var tab = window.open('');
|
| - tab.opener = null;
|
| - tab.document.write(
|
| - '<META HTTP-EQUIV="refresh" content="0; url=../signed.exe">');
|
| - tab.document.close();
|
| - }
|
| - </script>
|
| - </head>
|
| - <body>
|
| - <a id="iframe_new_tab_download" href="#" onclick="downloadInNewTab()">
|
| - Open download in new tab frome an iframe
|
| - </a><br>
|
| - </body>
|
| -</html>
|
|
|