Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / http / tests / htmlimports / resources / slow-but-emtpy.cgi
1 #!/usr/bin/perl
2 use strict;
3 use Time::HiRes qw(sleep);
4
5 sleep 0.5;
6
7 print "Content-Type: text/html\n\n";
8 print <<EOF
9 <!DOCTYPE html>
10 EOF