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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/css/resources/referrer-check.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/css/resources/referrer-check.php
diff --git a/third_party/WebKit/LayoutTests/http/tests/css/resources/referrer-check.php b/third_party/WebKit/LayoutTests/http/tests/css/resources/referrer-check.php
index 2e8b00ba818e77b386df4f3883d0c25552e5e5e8..69483e01544c842f56a51d00d1b2ee5dc24b4162 100644
--- a/third_party/WebKit/LayoutTests/http/tests/css/resources/referrer-check.php
+++ b/third_party/WebKit/LayoutTests/http/tests/css/resources/referrer-check.php
@@ -18,7 +18,7 @@ function putImage() {
}
function putFont() {
- $font = "../../../../resources/Ahem.ttf";
+ $font = "../../resources/Ahem.ttf";
header("Content-Type: font/truetype");
header("Content-Length: " . filesize($font));
header("Access-Control-Allow-Origin: *");
@@ -49,4 +49,4 @@ if ($referrerPath === $expectedReferrerPaths[$from]) {
header("HTTP/1.1 500 Internal Server Error");
}
-?>
+?>

Powered by Google App Engine
This is Rietveld 408576698