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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/css/resources/cors-ahem.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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/http/tests/css/resources/referrer-check.php » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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");
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/http/tests/css/resources/referrer-check.php » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698