Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(274)

Unified Diff: third_party/WebKit/LayoutTests/http/tests/security/resources/cors-font.php

Issue 1417943005: Fix corrupted LayoutTests/http/tests/resources/Ahem.ttf (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make http tests use the fixed file Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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");

Powered by Google App Engine
This is Rietveld 408576698