| Index: third_party/WebKit/LayoutTests/http/tests/webfont/resources/cookie-match.php
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/webfont/resources/cookie-match.php b/third_party/WebKit/LayoutTests/http/tests/webfont/resources/cookie-match.php
|
| index fb9b3153af738dd33268480037bd7da58ab2c669..025a70b94390efcdef7b7e07e1c3ac0518dda255 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/webfont/resources/cookie-match.php
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/webfont/resources/cookie-match.php
|
| @@ -6,7 +6,7 @@ if (!isset($_COOKIE["key"])) {
|
| }
|
|
|
| if ($_GET["key"] == $_COOKIE["key"]) {
|
| - $fp = fopen("../../../../resources/Ahem.ttf", "rb");
|
| + $fp = fopen("../../resources/Ahem.ttf", "rb");
|
| header("Content-type: application/octet-stream");
|
| header("HTTP/1.0 200 OK");
|
| fpassthru($fp);
|
|
|