Index: third_party/WebKit/LayoutTests/http/tests/security/resources/cors-font.php |
diff --git a/third_party/WebKit/LayoutTests/http/tests/security/resources/cors-font.php b/third_party/WebKit/LayoutTests/http/tests/security/resources/cors-font.php |
index d0663bf62871c21998769e33e4ba566d3f49dd30..21c705029adcc4e10e7f40216a4dbde1979d45bf 100644 |
--- a/third_party/WebKit/LayoutTests/http/tests/security/resources/cors-font.php |
+++ b/third_party/WebKit/LayoutTests/http/tests/security/resources/cors-font.php |
@@ -1,6 +1,6 @@ |
<?php |
-$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"); |