Chromium Code Reviews| Index: chrome/test/data/safe_browsing/download_protection/navigation_observer/navigation_observer_tests.html |
| diff --git a/chrome/test/data/safe_browsing/download_protection/navigation_observer/navigation_observer_tests.html b/chrome/test/data/safe_browsing/download_protection/navigation_observer/navigation_observer_tests.html |
| index ba3736564d1d5eef6e55ade917d02170ec6c753c..7f9ce65dd16d401da217789087d7e640eec1bf5d 100644 |
| --- a/chrome/test/data/safe_browsing/download_protection/navigation_observer/navigation_observer_tests.html |
| +++ b/chrome/test/data/safe_browsing/download_protection/navigation_observer/navigation_observer_tests.html |
| @@ -117,6 +117,14 @@ |
| <a id="html5_file_api" href="" onclick="downloadViaFileApi()"> |
| Download via HTML5 file system API |
| - </a> |
| + </a><br> |
| + |
| + <a id="complete_referer_chain" href="redirect_to_landing.html"> |
|
Nathan Parker
2016/12/05 22:21:24
nit: complete_referrer_chain (unless you're trying
Jialiu Lin
2016/12/06 23:10:07
Thanks for catching this. Done.
|
| + Click on landing referrer and landing page then reach download |
| + </a><br> |
| + |
| + <a id="attribution_within_two_user_gestures" href="page_before_landing_referrer.html"> |
| + Attribution should not trace back more than 2 user gestures. |
| + </a><br> |
| </body> |
| </html> |