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

Unified Diff: LayoutTests/http/tests/ManualTests/fouc/resources/slow-green.cgi

Issue 270623007: Revert "HTML Imports: Fix yet another FOUC" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed bad merge. Created 6 years, 7 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 side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « LayoutTests/http/tests/ManualTests/fouc/import-style-fouc.html ('k') | Source/core/css/resolver/StyleResolver.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698