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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/webfont/slow-ahem-loading.cgi

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 | « third_party/WebKit/LayoutTests/http/tests/webfont/resources/cookie-match.php ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/http/tests/webfont/slow-ahem-loading.cgi
diff --git a/third_party/WebKit/LayoutTests/http/tests/webfont/slow-ahem-loading.cgi b/third_party/WebKit/LayoutTests/http/tests/webfont/slow-ahem-loading.cgi
index a6f35d1c93737629a45e36b4ded3c7c9d2138e03..f62e4c40c948f8042b41756d83f181c0050adfb5 100755
--- a/third_party/WebKit/LayoutTests/http/tests/webfont/slow-ahem-loading.cgi
+++ b/third_party/WebKit/LayoutTests/http/tests/webfont/slow-ahem-loading.cgi
@@ -9,6 +9,6 @@ $delay = 1000 unless $delay;
print "Content-type: application/octet-stream\n";
print "Cache-control: no-cache, no-store\n\n";
Time::HiRes::sleep($delay / 1000);
-open FH, "<../../../resources/Ahem.ttf" or die;
+open FH, "<../resources/Ahem.ttf" or die;
while (<FH>) { print; }
close FH;
« no previous file with comments | « third_party/WebKit/LayoutTests/http/tests/webfont/resources/cookie-match.php ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698