| Index: third_party/WebKit/LayoutTests/http/tests/misc/resources/svg-no-store.pl
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/misc/resources/svg-slow.pl b/third_party/WebKit/LayoutTests/http/tests/misc/resources/svg-no-store.pl
|
| similarity index 80%
|
| copy from third_party/WebKit/LayoutTests/http/tests/misc/resources/svg-slow.pl
|
| copy to third_party/WebKit/LayoutTests/http/tests/misc/resources/svg-no-store.pl
|
| index 693e46a5b6559a47992e9bfedf8696dbd996d13f..a1e5ca07cef6beaab7fcd26e961d7e5074ad90aa 100755
|
| --- a/third_party/WebKit/LayoutTests/http/tests/misc/resources/svg-slow.pl
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/misc/resources/svg-no-store.pl
|
| @@ -1,17 +1,11 @@
|
| #!/usr/bin/perl -wT
|
|
|
| -# flush the buffers after each print
|
| -select (STDOUT);
|
| -$| = 1;
|
| -
|
| print "Content-Type: image/svg+xml\r\n";
|
| print "Expires: Thu, 01 Dec 2003 16:00:00 GMT\r\n";
|
| print "Cache-Control: no-store, no-cache, must-revalidate\r\n";
|
| print "Pragma: no-cache\r\n";
|
| print "\r\n";
|
|
|
| -sleep 2;
|
| -
|
| open(FILE, "embedded.svg");
|
| while (<FILE>) {
|
| print $_;
|
|
|