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

Unified Diff: LayoutTests/http/tests/accessibility/slow-loading-script.cgi

Issue 213883003: Revert of Send AXLayoutComplete even when document hasn't finished loading yet. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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/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
deleted file mode 100755
index f5490ba73f409a420aa280761daa301bbdc7e0d0..0000000000000000000000000000000000000000
--- a/LayoutTests/http/tests/accessibility/slow-loading-script.cgi
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/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";
« no previous file with comments | « LayoutTests/http/tests/accessibility/slow-document-load-expected.txt ('k') | Source/core/accessibility/AXObjectCache.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698