chromium/content/test/data/echo-referrer.html

<!doctype html>
<script>
document.title = "Referrer = '" + document.referrer + "'";
</script>