| 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
|
| new file mode 100755
|
| index 0000000000000000000000000000000000000000..f5490ba73f409a420aa280761daa301bbdc7e0d0
|
| --- /dev/null
|
| +++ b/LayoutTests/http/tests/accessibility/slow-loading-script.cgi
|
| @@ -0,0 +1,6 @@
|
| +#!/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";
|
|
|