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; |