| Index: chrome/test/data/referrer_policy/referrer-policy-start.html
|
| diff --git a/chrome/test/data/referrer_policy/referrer-policy-start.html b/chrome/test/data/referrer_policy/referrer-policy-start.html
|
| index 7cdc0502abc21c80ea05fa8f800858dee22cdcbe..5f5c457b69c4ba18b8a9ca9c96d4ddad692460af 100644
|
| --- a/chrome/test/data/referrer_policy/referrer-policy-start.html
|
| +++ b/chrome/test/data/referrer_policy/referrer-policy-start.html
|
| @@ -27,15 +27,17 @@ function run() {
|
|
|
| if (matches[kRedirect] == "false") {
|
| destination = "http://127.0.0.1:" + matches[kPort] +
|
| - "/files/referrer-policy-log.html";
|
| + "/files/referrer-policy-log.html";
|
| } else if (matches[kRedirect] == "http") {
|
| destination = "http://127.0.0.1:" + matches[kPort] +
|
| - "/server-redirect?http://127.0.0.1:" + matches[kPort] +
|
| - "/files/referrer-policy-log.html";
|
| + "/server-redirect?http://127.0.0.1:" + matches[kPort] +
|
| + "/files/referrer-policy-log.html";
|
| + } else if (matches[kRedirect] == "echoheader") {
|
| + destination = "http://127.0.0.1:" + matches[kPort] + "/echoheader?Referer";
|
| } else {
|
| destination = "https://127.0.0.1:" + matches[kSslPort] +
|
| - "/server-redirect?http://127.0.0.1:" + matches[kPort] +
|
| - "/files/referrer-policy-log.html";
|
| + "/server-redirect?http://127.0.0.1:" + matches[kPort] +
|
| + "/files/referrer-policy-log.html";
|
| }
|
|
|
| if (matches[kLink] == "true") {
|
|
|