Index: LayoutTests/http/tests/accessibility/slow-loading-script.cgi |
diff --git a/LayoutTests/http/tests/accessibility/slow-loading-script.cgi b/LayoutTests/http/tests/accessibility/slow-loading-script.cgi |
deleted file mode 100755 |
index f5490ba73f409a420aa280761daa301bbdc7e0d0..0000000000000000000000000000000000000000 |
--- a/LayoutTests/http/tests/accessibility/slow-loading-script.cgi |
+++ /dev/null |
@@ -1,6 +0,0 @@ |
-#!/usr/bin/perl -wT |
-use Time::HiRes; |
- |
-Time::HiRes::sleep(1.0); |
-print "Content-type: application/octet-stream\n"; |
-print "Cache-control: no-cache, no-store\n\n"; |