Index: third_party/WebKit/LayoutTests/http/tests/css/resources/cors-ahem.php |
diff --git a/third_party/WebKit/LayoutTests/http/tests/css/resources/cors-ahem.php b/third_party/WebKit/LayoutTests/http/tests/css/resources/cors-ahem.php |
index a18850e4048ae46caf6e4224c2c87ac77e140314..327fc32101f55b2dafa8d8c55a8b5ca2690b4c49 100644 |
--- a/third_party/WebKit/LayoutTests/http/tests/css/resources/cors-ahem.php |
+++ b/third_party/WebKit/LayoutTests/http/tests/css/resources/cors-ahem.php |
@@ -3,7 +3,7 @@ |
if (isset($_SERVER["HTTP_IF_MODIFIED_SINCE"])) { |
header("HTTP/1.1 304 Not Modified"); |
} else { |
- $font = "../../../../resources/Ahem.ttf"; |
+ $font = "../../resources/Ahem.ttf"; |
header("Cache-Control: public, max-age=86400"); |
header('Last-Modified: ' . gmdate("D, d M Y H:i:s", filemtime($font)) . " GMT"); |