Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(12)

Side by Side Diff: LayoutTests/http/tests/misc/resources/slow-stylesheet.cgi

Issue 3776004: Revert 66670 - 2010-09-01 Tony Gentilcore <tonyg@chromium.org>... (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/517/
Patch Set: Created 10 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 #!/usr/bin/perl -w
2
3 print "Content-type: text/css\n\n";
4 sleep(0.5);
5 print "body { background-color: #FF0000 }\n";
OLDNEW
« no previous file with comments | « LayoutTests/http/tests/misc/resources/slow-defer-script.cgi ('k') | LayoutTests/http/tests/misc/script-defer.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698