| Index: chrome/test/data/safe_browsing/download_protection/navigation_observer/page_before_landing_referrer.html
|
| diff --git a/chrome/test/data/safe_browsing/download_protection/navigation_observer/page_before_landing_referrer.html b/chrome/test/data/safe_browsing/download_protection/navigation_observer/page_before_landing_referrer.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..1c898f7d98a5ab1362b9a1bbd1571593aa691176
|
| --- /dev/null
|
| +++ b/chrome/test/data/safe_browsing/download_protection/navigation_observer/page_before_landing_referrer.html
|
| @@ -0,0 +1,19 @@
|
| +<html>
|
| + <head>
|
| + <script>
|
| + // Click on a link by id to start a test case.
|
| + function clickLink(linkId) {
|
| + var node = document.getElementById(linkId);
|
| + if (node != null) {
|
| + // Click and open link in the same tab.
|
| + node.click();
|
| + }
|
| + }
|
| + </script>
|
| + </head>
|
| + <body>
|
| + <a id="link_to_landing_referrer" href="landing_referrer.html">
|
| + Link to landing referrer
|
| + </a><br>
|
| + </body>
|
| +</html>
|
|
|