| Index: third_party/WebKit/LayoutTests/http/tests/css/resources/referrer-check.php
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/css/resources/referrer-check.php b/third_party/WebKit/LayoutTests/http/tests/css/resources/referrer-check.php
|
| index 2e8b00ba818e77b386df4f3883d0c25552e5e5e8..69483e01544c842f56a51d00d1b2ee5dc24b4162 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/css/resources/referrer-check.php
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/css/resources/referrer-check.php
|
| @@ -18,7 +18,7 @@ function putImage() {
|
| }
|
|
|
| function putFont() {
|
| - $font = "../../../../resources/Ahem.ttf";
|
| + $font = "../../resources/Ahem.ttf";
|
| header("Content-Type: font/truetype");
|
| header("Content-Length: " . filesize($font));
|
| header("Access-Control-Allow-Origin: *");
|
| @@ -49,4 +49,4 @@ if ($referrerPath === $expectedReferrerPaths[$from]) {
|
| header("HTTP/1.1 500 Internal Server Error");
|
| }
|
|
|
| -?>
|
| +?>
|
|
|