Sign in
chromium
/
chromium
/
src.git
/
20e8909e694cab857da21d8fe9d5f1da170eaae2
/
.
/
chrome
/
test
/
data
/
extensions
/
api_test
/
webrequest
/
simulate_click.html
blob: a02f5b4441aca880caa272155847e0c87f0ea2d1 [
file
]
<html>
<!-- This page simulates a user clicking on a link, so that the next page it
navigates to has a Referrer header. -->
<a
id
=
"link"
href
=
"page_with_referrer.html"
>
<script
src
=
"simulate_click.js"
></script>
</html>