3 This test makes sure that referrer is not set when it shouldn't be,
4 such as when the referrer uses https and the destination page does
8 <title>Prerender No Referrer Test
</title>
10 // Check there is no referrer.
11 function DidPrerenderPass() {
12 return document
.referrer
== "";
15 // Check there is no referrer.
16 function DidDisplayPass() {
17 return document
.referrer
== "";