Index: LayoutTests/http/tests/ManualTests/fouc/resources/slow-green.cgi |
diff --git a/LayoutTests/http/tests/ManualTests/fouc/resources/slow-green.cgi b/LayoutTests/http/tests/ManualTests/fouc/resources/slow-green.cgi |
deleted file mode 100755 |
index 90ba615727b635e18ea621507efacec79a004ba1..0000000000000000000000000000000000000000 |
--- a/LayoutTests/http/tests/ManualTests/fouc/resources/slow-green.cgi |
+++ /dev/null |
@@ -1,14 +0,0 @@ |
-#!/usr/bin/perl -wT |
-use strict; |
- |
-print "Content-Type: text/html\n\n"; |
-# If you want to make things super predictable, this will help for the cost of slowness. |
-# In practice, CGI invocation overhead is sufficiently slow. |
-sleep 1; |
-print <<EOF |
-<style> |
- #test { |
- background: green; |
- } |
-</style> |
-EOF |