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